aboutsummaryrefslogtreecommitdiff
path: root/default.asciidoc
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2011-11-16 19:17:03 -0800
committerJohn MacFarlane <fiddlosopher@gmail.com>2011-11-16 19:17:03 -0800
commit8b89d7c975800f70024fd9a4204f615fec789463 (patch)
treea4e0a1297986577b0ff3f66cec60d517a5b2ccfb /default.asciidoc
parentf632b1cdb9cf23e4d5d0d78d9422303c47d1da3a (diff)
downloadpandoc-8b89d7c975800f70024fd9a4204f615fec789463.tar.gz
Added asciidoc template.
Diffstat (limited to 'default.asciidoc')
-rw-r--r--default.asciidoc22
1 files changed, 22 insertions, 0 deletions
diff --git a/default.asciidoc b/default.asciidoc
new file mode 100644
index 000000000..90b0a68b4
--- /dev/null
+++ b/default.asciidoc
@@ -0,0 +1,22 @@
+$if(titleblock)$
+$title$
+$for(author)$$author$$sep$; $endfor$
+$date$
+$if(toc)$
+:toc:
+$endif$
+
+$endif$
+$for(header-includes)$
+$header-includes$
+
+$endfor$
+$for(include-before)$
+$include-before$
+
+$endfor$
+$body$
+$for(include-after)$
+
+$include-after$
+$endfor$