pandoc/tests/Tests/Readers
Timothy Humphries 4f4b0f031d Respect indent when parsing Org bullet lists
Fixes issue with top-level bullet list parsing.
Previously we would use `many1 spaceChars` rather than respecting
the list's indent level. We also permitted `*` bullets on unindented
lists, which should unambiguously parse as `header 1`.
Combined, this meant headers at a different indent level were
being unwittingly slurped into preceding bullet lists, as per
Issue #1650.
2014-10-12 03:18:36 -04:00
..
Docx.hs Merge pull request #1601 from jkr/windowsfix 2014-09-27 16:21:17 -07:00
EPUB.hs EPUB Tests: Seperating image testing from other features 2014-09-25 13:33:25 +01:00
LaTeX.hs HLint: redundant parens 2013-12-19 20:43:25 -05:00
Markdown.hs Markdown reader: better handling of paragraph in div. 2014-08-31 12:55:47 -07:00
Org.hs Respect indent when parsing Org bullet lists 2014-10-12 03:18:36 -04:00
RST.hs Use new flexible metadata type. 2013-06-24 20:29:41 -07:00
Txt2Tags.hs Txt2Tags reader: Header is now parsed only if standalone flag is set 2014-08-20 18:11:37 +01:00