diff options
author | John MacFarlane <jgm@berkeley.edu> | 2019-11-22 09:20:16 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2019-11-22 09:20:16 -0800 |
commit | a2d9d54ae9fa5b1fa7d36d94b7375f522adff7c3 (patch) | |
tree | beffa4c88f32b4d159c3a26b4070f00c097b15e5 /default.muse | |
parent | db59a5e77b0a5629f0801eb82103814842f2e2ed (diff) | |
download | pandoc-templates-a2d9d54ae9fa5b1fa7d36d94b7375f522adff7c3.tar.gz pandoc-templates-a2d9d54ae9fa5b1fa7d36d94b7375f522adff7c3.zip |
Updated templates for pandoc 2.8
Diffstat (limited to 'default.muse')
-rw-r--r-- | default.muse | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/default.muse b/default.muse index 05534ad..3bae4d0 100644 --- a/default.muse +++ b/default.muse | |||
@@ -1,5 +1,5 @@ | |||
1 | $if(author)$ | 1 | $if(author)$ |
2 | #author $author$ | 2 | #author $for(author)$$author$$sep$; $endfor$ |
3 | $endif$ | 3 | $endif$ |
4 | $if(title)$ | 4 | $if(title)$ |
5 | #title $title$ | 5 | #title $title$ |