aboutsummaryrefslogtreecommitdiff
path: root/plain.template
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2011-07-19 12:02:59 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2011-07-19 12:02:59 -0700
commitd095685bde2f938f6282692adc27bf59d0fb4803 (patch)
treeaaa70982e8c5ada610d5581fc283b75fd16590f5 /plain.template
downloadpandoc-d095685bde2f938f6282692adc27bf59d0fb4803.tar.gz
Initial commit
Diffstat (limited to 'plain.template')
-rw-r--r--plain.template23
1 files changed, 23 insertions, 0 deletions
diff --git a/plain.template b/plain.template
new file mode 100644
index 000000000..06ecbd3a6
--- /dev/null
+++ b/plain.template
@@ -0,0 +1,23 @@
+$if(titleblock)$
+$title$
+$for(author)$$author$$sep$; $endfor$
+$date$
+
+$endif$
+$for(header-includes)$
+$header-includes$
+
+$endfor$
+$for(include-before)$
+$include-before$
+
+$endfor$
+$if(toc)$
+$toc$
+
+$endif$
+$body$
+$for(include-after)$
+
+$include-after$
+$endfor$