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.docbook5 | |
parent | db59a5e77b0a5629f0801eb82103814842f2e2ed (diff) | |
download | pandoc-templates-a2d9d54ae9fa5b1fa7d36d94b7375f522adff7c3.tar.gz pandoc-templates-a2d9d54ae9fa5b1fa7d36d94b7375f522adff7c3.zip |
Updated templates for pandoc 2.8
Diffstat (limited to 'default.docbook5')
-rw-r--r-- | default.docbook5 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/default.docbook5 b/default.docbook5 index b2c4079..eec0a53 100644 --- a/default.docbook5 +++ b/default.docbook5 | |||
@@ -28,10 +28,10 @@ $if(date)$ | |||
28 | $endif$ | 28 | $endif$ |
29 | </info> | 29 | </info> |
30 | $for(include-before)$ | 30 | $for(include-before)$ |
31 | $include-before$ | 31 | $include-before$ |
32 | $endfor$ | 32 | $endfor$ |
33 | $body$ | 33 | $body$ |
34 | $for(include-after)$ | 34 | $for(include-after)$ |
35 | $include-after$ | 35 | $include-after$ |
36 | $endfor$ | 36 | $endfor$ |
37 | </article> | 37 | </article> |