diff options
| author | John MacFarlane <fiddlosopher@gmail.com> | 2011-12-04 22:54:47 -0800 |
|---|---|---|
| committer | John MacFarlane <fiddlosopher@gmail.com> | 2011-12-04 22:54:47 -0800 |
| commit | 8306f6e9c6a0f2e35346f650fd782894e8996470 (patch) | |
| tree | ca550fe141000c68eef4a7b57b768e844dc990ae /tests | |
| parent | a4364b37844c0b35b2140d468fd6906f0a0ed6e3 (diff) | |
| download | pandoc-8306f6e9c6a0f2e35346f650fd782894e8996470.tar.gz | |
Added blank comment after directives in rst template.
Closes #321.
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/writer.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/writer.rst b/tests/writer.rst index 189886a87..654c924a5 100644 --- a/tests/writer.rst +++ b/tests/writer.rst @@ -8,6 +8,7 @@ Pandoc Test Suite .. role:: math(raw) :format: html latex +.. This is a set of tests for pandoc. Most of them are adapted from John Gruber’s markdown test suite. |
