summaryrefslogtreecommitdiffstats
path: root/default.plain
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-12-27 09:29:34 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2017-12-27 09:29:34 -0800
commitac3dc50580d7185d18dd4916782904fd733b3bfd (patch)
tree23ec8e7c0c0806fde9a07a1b1d271b814343daf8 /default.plain
parente7d5d8957c77e125b8a1c7eb51356542633d0796 (diff)
downloadpandoc-templates-ac3dc50580d7185d18dd4916782904fd733b3bfd.tar.gz
pandoc-templates-ac3dc50580d7185d18dd4916782904fd733b3bfd.zip
Initial commit, 2.0.5
Diffstat (limited to 'default.plain')
-rw-r--r--default.plain21
1 files changed, 21 insertions, 0 deletions
diff --git a/default.plain b/default.plain
new file mode 100644
index 0000000..9f6ca96
--- /dev/null
+++ b/default.plain
@@ -0,0 +1,21 @@
1$if(titleblock)$
2$titleblock$
3
4$endif$
5$for(header-includes)$
6$header-includes$
7
8$endfor$
9$for(include-before)$
10$include-before$
11
12$endfor$
13$if(toc)$
14$table-of-contents$
15
16$endif$
17$body$
18$for(include-after)$
19
20$include-after$
21$endfor$