pandoc/test/Tests/Readers/Org/Block
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
..
CodeBlock.hs Switch to new pandoc-types and use Text instead of String [API change]. 2019-11-12 16:03:45 -08:00
Figure.hs Org reader: accept ATTR_LATEX in block attributes 2019-07-22 08:12:22 +02:00
Header.hs Org reader: fix planning elements in headers level 3 and higher 2019-05-13 22:55:13 +02:00
List.hs
Table.hs Add missing copyright notices and remove license boilerplate (#5112) 2019-02-04 13:52:31 -08:00