Added asciidoc template.
This commit is contained in:
parent
f632b1cdb9
commit
8b89d7c975
1 changed files with 22 additions and 0 deletions
22
default.asciidoc
Normal file
22
default.asciidoc
Normal file
|
@ -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$
|
Loading…
Add table
Reference in a new issue