pandoc/test/Tests/Writers
despresc 90e436d496 Switch to new pandoc-types and use Text instead of String [API change].
PR #5884.

+ Use pandoc-types 1.20 and texmath 0.12.
+ Text is now used instead of String, with a few exceptions.
+ In the MediaBag module, some of the types using Strings
  were switched to use FilePath instead (not Text).
+ In the Parsing module, new parsers `manyChar`, `many1Char`,
  `manyTillChar`, `many1TillChar`, `many1Till`, `manyUntil`,
  `mantyUntilChar` have been added: these are like their
  unsuffixed counterparts but pack some or all of their output.
+ `glob` in Text.Pandoc.Class still takes String since it seems
  to be intended as an interface to Glob, which uses strings.
  It seems to be used only once in the package, in the EPUB writer,
  so that is not hard to change.
2019-11-12 16:03:45 -08:00
..
AsciiDoc.hs Switch to new pandoc-types and use Text instead of String [API change]. 2019-11-12 16:03:45 -08:00
ConTeXt.hs Switch to new pandoc-types and use Text instead of String [API change]. 2019-11-12 16:03:45 -08:00
Docbook.hs Use NoImplicitPrelude and explicitly import Prelude. 2018-03-18 10:46:28 -07:00
Docx.hs Preserve built-in styles in DOCX with custom style (#5670) 2019-09-20 22:13:29 -07:00
FB2.hs FB2 writer: represent HorizontalRule as empty line 2018-04-05 19:53:36 +03:00
HTML.hs HTML Reader/Writer - Add support for <var> and <samp> (#5861) 2019-11-04 08:42:30 -08:00
JATS.hs JATS writer: properly handle footnotes. 2019-05-16 21:39:03 -07:00
LaTeX.hs LaTeX writer: Use mbox to get proper behavior inside \sout. 2019-06-10 15:02:48 -07:00
Markdown.hs Markdown writer: prefer using raw_attribute when enabled. 2019-07-18 22:31:03 -07:00
Muse.hs Muse: add RTL support 2019-07-14 18:22:52 +03:00
Native.hs Use doctemplates 0.3, change type of writerTemplate. 2019-07-28 19:25:45 -07:00
OOXML.hs Use NoImplicitPrelude and explicitly import Prelude. 2018-03-18 10:46:28 -07:00
Org.hs Use NoImplicitPrelude and explicitly import Prelude. 2018-03-18 10:46:28 -07:00
Plain.hs Make plain output plainer. 2019-09-22 11:33:09 -07:00
Powerpoint.hs Options.WriterOptions: Change type of writerVariables to Context Text. 2019-10-09 11:01:33 -07:00
RST.hs Changes to build with new doctemplates/doclayout. 2019-10-29 22:21:35 -07:00
TEI.hs Use NoImplicitPrelude and explicitly import Prelude. 2018-03-18 10:46:28 -07:00