summaryrefslogtreecommitdiffstats
path: root/default.docbook4
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2019-11-22 09:20:16 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2019-11-22 09:20:16 -0800
commita2d9d54ae9fa5b1fa7d36d94b7375f522adff7c3 (patch)
treebeffa4c88f32b4d159c3a26b4070f00c097b15e5 /default.docbook4
parentdb59a5e77b0a5629f0801eb82103814842f2e2ed (diff)
downloadpandoc-templates-a2d9d54ae9fa5b1fa7d36d94b7375f522adff7c3.tar.gz
pandoc-templates-a2d9d54ae9fa5b1fa7d36d94b7375f522adff7c3.zip
Updated templates for pandoc 2.8
Diffstat (limited to 'default.docbook4')
-rw-r--r--default.docbook46
1 files changed, 3 insertions, 3 deletions
diff --git a/default.docbook4 b/default.docbook4
index 5313c40..2e7b9fa 100644
--- a/default.docbook4
+++ b/default.docbook4
@@ -23,10 +23,10 @@ $if(date)$
23$endif$ 23$endif$
24 </articleinfo> 24 </articleinfo>
25$for(include-before)$ 25$for(include-before)$
26$include-before$ 26 $include-before$
27$endfor$ 27$endfor$
28$body$ 28 $body$
29$for(include-after)$ 29$for(include-after)$
30$include-after$ 30 $include-after$
31$endfor$ 31$endfor$
32</article> 32</article>