pandoc/tests/Tests
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
..
Readers Removed readerVerbosity and writerVerbosity. 2017-01-25 17:07:43 +01:00
Writers Provide explicit separate functions for HTML 4 and 5. 2017-01-25 21:51:26 +01:00
Helpers.hs Removed --normalize option and normalization functions from Shared. 2017-01-25 17:07:41 +01:00
Old.hs Provide explicit separate functions for HTML 4 and 5. 2017-01-25 21:51:26 +01:00
Shared.hs Removed --normalize option and normalization functions from Shared. 2017-01-25 17:07:41 +01:00