pandoc/tests/Tests/Writers
John MacFarlane fce0a60f0a Provide explicit separate functions for HTML 4 and 5.
* Text.Pandoc.Writers.HTML: removed writeHtml, writeHtmlString,
  added writeHtml4, writeHtml4String, writeHtml5, writeHtml5String.
* Removed writerHtml5 from WriterOptions.
* Renamed default.html template to default.html4.
* "html" now aliases to "html5"; to get the old HTML4 behavior,
  you must now specify "-t html4".
2017-01-25 21:51:26 +01:00
..
AsciiDoc.hs Update tests to work with runPure. 2017-01-25 17:07:39 +01:00
ConTeXt.hs Update tests to work with runPure. 2017-01-25 17:07:39 +01:00
Docbook.hs Update tests to work with runPure. 2017-01-25 17:07:39 +01:00
Docx.hs Added ReaderOptions parameter to readNative. 2017-01-25 17:07:41 +01:00
HTML.hs Provide explicit separate functions for HTML 4 and 5. 2017-01-25 21:51:26 +01:00
LaTeX.hs Removed writerHighlight; made writerHighlightStyle a Maybe. 2017-01-25 17:07:43 +01:00
Markdown.hs Made smart extension default for pandoc markdown. 2017-01-25 17:07:42 +01:00
Native.hs Update tests to work with runPure. 2017-01-25 17:07:39 +01:00
Plain.hs Update tests to work with runPure. 2017-01-25 17:07:39 +01:00
RST.hs Removed writerHighlight; made writerHighlightStyle a Maybe. 2017-01-25 17:07:43 +01:00
TEI.hs Update tests to work with runPure. 2017-01-25 17:07:39 +01:00