pandoc/templates/rst.template

28 lines
273 B
Text
Raw Normal View History

$if(titleblock)$
$if(title)$
$title$
$endif$
$if(authors)$
$authors$
$endif$
$if(date)$
Date: $date$
$endif$
$endif$
$if(math)$
.. role:: math(raw)
:format: html latex
$endif$
$if(toc)$
.. contents::
$endif$
$for(header-includes)$
$header-includes$
$endfor$
$body$