From ac3dc50580d7185d18dd4916782904fd733b3bfd Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Wed, 27 Dec 2017 09:29:34 -0800 Subject: Initial commit, 2.0.5 --- default.asciidoc | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 default.asciidoc (limited to 'default.asciidoc') diff --git a/default.asciidoc b/default.asciidoc new file mode 100644 index 0000000..2721546 --- /dev/null +++ b/default.asciidoc @@ -0,0 +1,35 @@ +$if(titleblock)$ +$title$ +$if(author)$ +$for(author)$$author$$sep$; $endfor$ +$endif$ +$if(date)$ +$date$ +$endif$ +$if(keywords)$ +:keywords: $for(keywords)$$keywords$$sep$, $endfor$ +$endif$ +$if(toc)$ +:toc: +$endif$ + +$endif$ +$if(abstract)$ +[abstract] +== Abstract +$abstract$ + +$endif$ +$for(header-includes)$ +$header-includes$ + +$endfor$ +$for(include-before)$ +$include-before$ + +$endfor$ +$body$ +$for(include-after)$ + +$include-after$ +$endfor$ -- cgit v1.2.3