pandoc/test/Tests/Readers
John MacFarlane a9fc71118f Man reader: major restructuring, support macros.
- Improved support for custom macro definitions.
- LinePart type has been added. RoffStr is now one
  constructor of LinePart (the other being MacroArg).
- MComment has lost its argument.
- MEndMacro has been removed.
- MStr has been removed (we now simply use LinePart).
- Macros now store a list of tokens.
- Each macro argument is a [LinePart], instead of a LinePart.
- .BR now behaves as documented in man (and doesn't create a link).
2018-10-20 15:57:34 -07:00
..
Org Parse empty argument array in inline src blocks. 2018-09-28 14:05:14 +02:00
Creole.hs Use NoImplicitPrelude and explicitly import Prelude. 2018-03-18 10:46:28 -07:00
Docx.hs Docx reader tests: Test for combining adjacent code blocks. 2018-04-17 09:29:54 -04: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 Man reader: major restructuring, support macros. 2018-10-20 15:57:34 -07:00
Markdown.hs Markdown reader: distinguish autolinks in the AST. 2018-09-19 14:53:29 -07:00
Muse.hs Muse reader: allow examples to be indented with tabs 2018-10-17 18:17:30 +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 parse rST inlines containing newlines closing #4912 2018-09-18 13:31:09 +02:00
Txt2Tags.hs Use NoImplicitPrelude and explicitly import Prelude. 2018-03-18 10:46:28 -07:00