diff options
author | John MacFarlane <fiddlosopher@gmail.com> | 2011-11-16 19:17:03 -0800 |
---|---|---|
committer | John MacFarlane <fiddlosopher@gmail.com> | 2011-11-16 19:17:03 -0800 |
commit | 8b89d7c975800f70024fd9a4204f615fec789463 (patch) | |
tree | a4e0a1297986577b0ff3f66cec60d517a5b2ccfb /default.asciidoc | |
parent | f632b1cdb9cf23e4d5d0d78d9422303c47d1da3a (diff) | |
download | pandoc-8b89d7c975800f70024fd9a4204f615fec789463.tar.gz |
Added asciidoc template.
Diffstat (limited to 'default.asciidoc')
-rw-r--r-- | default.asciidoc | 22 |
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$ |