default.rst: Added empty comment after directives.
This prevents a subsequent indented paragraph from being captured by the directive. Closes pandoc#321.
This commit is contained in:
parent
cdfe1966da
commit
e2e8191e90
1 changed files with 2 additions and 0 deletions
|
@ -18,6 +18,7 @@ $endif$
|
|||
$if(math)$
|
||||
.. role:: math(raw)
|
||||
:format: html latex
|
||||
..
|
||||
|
||||
$endif$
|
||||
$for(include-before)$
|
||||
|
@ -26,6 +27,7 @@ $include-before$
|
|||
$endfor$
|
||||
$if(toc)$
|
||||
.. contents::
|
||||
..
|
||||
|
||||
$endif$
|
||||
$for(header-includes)$
|
||||
|
|
Loading…
Add table
Reference in a new issue