aboutsummaryrefslogtreecommitdiff
path: root/templates/markdown.template
blob: 68fe0eb138e5e644ef717d23274a010716e9c311 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$if(titleblock)$
% $title$
% $authors$
% $date$

$endif$
$if(header-includes)$
$header-includes$

$endif$
$if(toc)$
$toc$

$endif$
$body$