aboutsummaryrefslogtreecommitdiff
path: root/markdown.template
diff options
context:
space:
mode:
Diffstat (limited to 'markdown.template')
-rw-r--r--markdown.template23
1 files changed, 23 insertions, 0 deletions
diff --git a/markdown.template b/markdown.template
new file mode 100644
index 000000000..d500d3384
--- /dev/null
+++ b/markdown.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$