aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-06-02 13:22:05 +0200
committerJohn MacFarlane <jgm@berkeley.edu>2015-06-02 13:22:05 +0200
commit7db51bc9ae6afe0de79804346075d2001ba757e2 (patch)
tree75e61e57eacd2807c4cd3edabfa171edf80537aa
parent92e84768b850a3722b7586e62ee8a05bc333840b (diff)
downloadpandoc-7db51bc9ae6afe0de79804346075d2001ba757e2.tar.gz
Added default.commonmark template.
-rw-r--r--default.commonmark21
1 files changed, 21 insertions, 0 deletions
diff --git a/default.commonmark b/default.commonmark
new file mode 100644
index 000000000..95d7e52cc
--- /dev/null
+++ b/default.commonmark
@@ -0,0 +1,21 @@
+$if(titleblock)$
+$titleblock$
+
+$endif$
+$for(header-includes)$
+$header-includes$
+
+$endfor$
+$for(include-before)$
+$include-before$
+
+$endfor$
+$if(toc)$
+$toc$
+
+$endif$
+$body$
+$for(include-after)$
+
+$include-after$
+$endfor$