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

$endif$
$for(header-includes)$
$header-includes$

$endfor$
$if(toc)$
$toc$

$endif$
$body$