aboutsummaryrefslogtreecommitdiff
path: root/templates/markdown.template
blob: 5c8a2767494d10e40762c9553b7a9fb2a9492800 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
$if(standalone)$
$if(titleblock)$
$titleblock$
$endif$
$if(header-includes)$
$header-includes$
$endif$
$endif$
$if(before)$
$before$
$endif$
$if(toc)$
$toc$
$endif$
$body$
$if(after)$
$after$
$endif$