pandoc/tests/Tests/Writers
John MacFarlane 24f68654e9 RST writer: do header normalization only in "standalone" mode.
If we're producing a fragment, just skip normalization.
After all, the fragment might be somewhere in the middle
of the document.  It's more important for fragments to
have consistency in rendering (so they can be pieced
together) than to normalize.

This closes #2394.  It's simpler and more robust than
my earlier fix.
2015-10-12 23:00:27 -07:00
..
AsciiDoc.hs AsciiDoc writer: Double markers in intraword emphasis. 2014-07-20 12:24:53 -07:00
ConTeXt.hs Eliminated use of TH in test suite. 2013-01-23 19:26:39 -08:00
Docbook.hs Distinguish tight and loose lists in Docbook output 2014-05-03 18:37:02 -07:00
Docx.hs Tests: docx writer tests now use "../data" for data directory. 2015-09-09 10:39:20 -07:00
HTML.hs Updated a test whose output changed due to last commit. 2013-07-13 13:47:09 -07:00
LaTeX.hs Merge branch 'latex-tightlist' of https://github.com/jlduran/pandoc into jlduran-latex-tightlist 2015-04-17 19:23:13 -07:00
Markdown.hs Markdown writer: improved escaping. 2015-04-18 10:58:50 -07:00
Native.hs Use new flexible metadata type. 2013-06-24 20:29:41 -07:00
Plain.hs Correctly implement capitalisation. 2014-08-03 17:37:37 +04:00
RST.hs RST writer: do header normalization only in "standalone" mode. 2015-10-12 23:00:27 -07:00