aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2011-12-04 22:54:47 -0800
committerJohn MacFarlane <fiddlosopher@gmail.com>2011-12-04 22:54:47 -0800
commit8306f6e9c6a0f2e35346f650fd782894e8996470 (patch)
treeca550fe141000c68eef4a7b57b768e844dc990ae
parenta4364b37844c0b35b2140d468fd6906f0a0ed6e3 (diff)
downloadpandoc-8306f6e9c6a0f2e35346f650fd782894e8996470.tar.gz
Added blank comment after directives in rst template.
Closes #321.
m---------templates13
-rw-r--r--tests/writer.rst1
2 files changed, 8 insertions, 6 deletions
diff --git a/templates b/templates
-Subproject cdfe1966da6515d6f97aa47a9f638b9719af45a
+Subproject e2e8191e907d036b143478318e014bb8ab7318e
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.