From 8b89d7c975800f70024fd9a4204f615fec789463 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Wed, 16 Nov 2011 19:17:03 -0800 Subject: [PATCH] Added asciidoc template. --- default.asciidoc | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 default.asciidoc 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$