pandoc/tests/Tests/Writers
John MacFarlane d20152e011 Markdown writer: improved escaping.
`<` should not be escaped as `\<`, for compatibility with
original Markdown.  We now escape `<` and `>` with entities.
Also, we now backslash-escape square brackets.

Closes #2086.
2015-04-18 10:58:50 -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 Merge branch 'errortype' of https://github.com/mpickering/pandoc into mpickering-errortype 2015-03-28 12:12:48 -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: Tests for rubrics and heading normalization 2015-04-16 19:27:33 +03:00