pandoc/src/Text
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
..
Pandoc Provide explicit separate functions for HTML 4 and 5. 2017-01-25 21:51:26 +01:00
Pandoc.hs Provide explicit separate functions for HTML 4 and 5. 2017-01-25 21:51:26 +01:00