From c47460fce5cebb17f2ecb1ad195d244c75887d8c Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 3 Mar 2019 11:28:56 -0800 Subject: Updated templates for pandoc 2.7 --- default.asciidoctor | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 default.asciidoctor (limited to 'default.asciidoctor') diff --git a/default.asciidoctor b/default.asciidoctor new file mode 100644 index 0000000..2616b05 --- /dev/null +++ b/default.asciidoctor @@ -0,0 +1,41 @@ +$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(lang)$ +:lang: $lang$ +$endif$ +$if(toc)$ +:toc: +$endif$ +$if(math)$ +:stem: latexmath +$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