pandoc/tests/Tests
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
..
Readers Respect indent when parsing Org bullet lists 2014-10-12 03:18:36 -04:00
Writers LaTeX writer: Test for protecting images in header. 2014-09-09 11:05:47 -04:00
Arbitrary.hs Added Cite to Arbitrary instance. 2014-04-29 18:32:42 -07:00
Helpers.hs Use new flexible metadata type. 2013-06-24 20:29:41 -07:00
Old.hs Dokuwiki writer: Add a test for multiblock table cells. 2014-08-30 15:34:40 -04:00
Shared.hs Shared: Make collapseFilePath OS-agnostic 2014-09-25 12:42:53 +01:00
Walk.hs HLint: Remove lambdas. 2013-12-19 20:28:53 -05:00