pandoc/test/Tests/Readers
John MacFarlane 8673eb079b Removed superfluous sourceCode class on code blocks.
* These were added by the RST reader and, for literate Haskell,
  by the Markdown and LaTeX readers.  There is no point to
  this class, and it is not applied consistently by all readers.
  See #5047.

* Reverse order of `literate` and `haskell` classes on code blocks
  when parsing literate Haskell. Better if `haskell` comes first.
2019-01-08 11:36:33 -08:00
..
Org Org reader: handle minlevel option differently. (#5190) 2019-01-07 20:28:47 -08:00
Creole.hs Use NoImplicitPrelude and explicitly import Prelude. 2018-03-18 10:46:28 -07:00
Docx.hs Docx: add test for lists with level overrides. 2018-12-10 19:24:56 -05:00
DokuWiki.hs Add DokuWiki reader (#5108) 2019-01-06 15:06:32 -08:00
EPUB.hs Use NoImplicitPrelude and explicitly import Prelude. 2018-03-18 10:46:28 -07:00
FB2.hs Add FB2 reader (#4539) 2018-04-26 12:33:18 -07:00
HTML.hs Only override --quickcheck-tests=N if N is not default value (100). 2018-10-15 22:15:43 -07:00
JATS.hs Use NoImplicitPrelude and explicitly import Prelude. 2018-03-18 10:46:28 -07:00
LaTeX.hs Use NoImplicitPrelude and explicitly import Prelude. 2018-03-18 10:46:28 -07:00
Man.hs table tests 2018-11-02 22:42:51 -07:00
Markdown.hs Removed superfluous sourceCode class on code blocks. 2019-01-08 11:36:33 -08:00
Muse.hs Muse reader tests: test #cover directive 2018-12-25 15:23:02 +03:00
Odt.hs Use NoImplicitPrelude and explicitly import Prelude. 2018-03-18 10:46:28 -07:00
Org.hs Break-up org reader test file 2017-12-28 14:15:58 +01:00
RST.hs Removed superfluous sourceCode class on code blocks. 2019-01-08 11:36:33 -08:00
Txt2Tags.hs Use NoImplicitPrelude and explicitly import Prelude. 2018-03-18 10:46:28 -07:00