Skip to content

Latest commit

 

History

History
45 lines (41 loc) · 556 Bytes

template.markdown

File metadata and controls

45 lines (41 loc) · 556 Bytes

$if(title-meta)$ title: "$title-meta$" $else$$if(title)$ title: "$title$" $endif$ $endif$ $if(author-meta)$ author: "$author-meta$" $else$ $if(author)$ author: "$author$" $endif$ $endif$ $if(date-meta)$ date: "$date-meta$" $else$ $if(date)$ date: "$date$" $endif$ $endif$ $if(version)$ version: "$version$" $endif$ $if(abstract)$ abstract: "$abstract$" $endif$ $if(keywords)$ keywords: "keywords" $endif$ ...

$for(include-before)$ $include-before$

$endfor$ $if(toc)$ $table-of-contents$

$endif$ $body$ $for(include-after)$

$include-after$ $endfor$