diff options
| author | John MacFarlane <fiddlosopher@gmail.com> | 2011-12-04 22:52:51 -0800 |
|---|---|---|
| committer | John MacFarlane <fiddlosopher@gmail.com> | 2011-12-04 22:54:18 -0800 |
| commit | e2e8191e907d036b143478318e014bb8ab7318ef (patch) | |
| tree | fcdf6699af4166eee1fe1256a0568c755202d878 | |
| parent | cdfe1966da6515d6f97aa47a9f638b9719af45a0 (diff) | |
| download | pandoc-e2e8191e907d036b143478318e014bb8ab7318ef.tar.gz | |
default.rst: Added empty comment after directives.
This prevents a subsequent indented paragraph from being captured
by the directive. Closes pandoc#321.
| -rw-r--r-- | default.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/default.rst b/default.rst index f09bdd8b9..3b28cbf51 100644 --- a/default.rst +++ b/default.rst @@ -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)$ |
