summaryrefslogtreecommitdiffstats
path: root/default.html4
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2019-11-27 08:39:26 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2019-11-27 08:39:26 -0800
commit05d510b4dc5af87cbf25d92fa8318f44e155b919 (patch)
treed1abca04bfe19075ef774dc4e66dac61bb4cc7a5 /default.html4
parenta2d9d54ae9fa5b1fa7d36d94b7375f522adff7c3 (diff)
downloadpandoc-templates-05d510b4dc5af87cbf25d92fa8318f44e155b919.tar.gz
pandoc-templates-05d510b4dc5af87cbf25d92fa8318f44e155b919.zip
Updated templates for pandoc 2.8.0.1
Diffstat (limited to 'default.html4')
-rw-r--r--default.html43
1 files changed, 3 insertions, 0 deletions
diff --git a/default.html4 b/default.html4
index 5f9b43e..f0dd888 100644
--- a/default.html4
+++ b/default.html4
@@ -47,6 +47,9 @@ $endif$
47$endif$ 47$endif$
48$if(toc)$ 48$if(toc)$
49<div id="$idprefix$TOC"> 49<div id="$idprefix$TOC">
50$if(toc-title)$
51<h2 id="$idprefix$toc-title">$toc-title$</h2>
52$endif$
50$table-of-contents$ 53$table-of-contents$
51</div> 54</div>
52$endif$ 55$endif$