pandoc/test/Tests/Writers
Nokome Bentley 7d193b2aad Remove extraneous, significant whitespace in JATS writer output (#4335)
This patch fixes some cases where the JATS writer was introducing
semantically significant whitespace by indenting and wrapping tags.
Note that the JATS spec has a content model for `<p>` tags of `(#PCDATA | ...`.
Any tag where `#PCDATA` children are possible should not have any
indentation. The same is true for `<th>`, `<td>`, `<term>`, `<label>`.
2018-03-05 09:44:34 -08:00
..
AsciiDoc.hs Switched Writer types to use Text. 2017-06-11 00:46:31 +02:00
ConTeXt.hs ConTeXt writer: new section syntax and --section-divs (#4295) 2018-01-25 11:56:28 -08:00
Docbook.hs hlint code improvements. 2018-01-19 21:25:24 -08:00
Docx.hs Docx writer tests: correct test name. 2018-01-27 17:47:07 -05:00
FB2.hs hlint code improvements. 2018-01-19 21:25:24 -08:00
HTML.hs Switched Writer types to use Text. 2017-06-11 00:46:31 +02:00
JATS.hs Remove extraneous, significant whitespace in JATS writer output (#4335) 2018-03-05 09:44:34 -08:00
LaTeX.hs Switched Writer types to use Text. 2017-06-11 00:46:31 +02:00
Markdown.hs hlint code improvements. 2018-01-19 21:25:24 -08:00
Muse.hs Muse writer: expand math before inline list normalization 2018-03-05 19:50:19 +03:00
Native.hs hlint code improvements. 2018-01-19 21:25:24 -08:00
OOXML.hs Powerpoint writer: use trim from Shared 2018-02-27 11:28:15 -05:00
Org.hs Use tasty for tests rather than test-framework. 2017-03-14 17:07:23 +01:00
Plain.hs Use tasty for tests rather than test-framework. 2017-03-14 17:07:23 +01:00
Powerpoint.hs Powerpoint writer: add test for table and list syntax 2018-02-27 09:34:24 -05:00
RST.hs in RST writer insert comment between lists and quotes, closes #4248 2018-01-19 15:57:54 +01:00
TEI.hs hlint code improvements. 2018-01-19 21:25:24 -08:00