pandoc/test/Tests/Readers/Org
Albert Krewinkel 4e899eb9c8
Org reader: fix parsers relying on parseFromString
Emphasis was not parsed when it followed directly after some block types
(e.g., lists).

The org reader uses a wrapper for the `parseFromString` function to
handle org-specific state. The last position of a character allowed
before emphasis was reset incorrectly in this wrapper. Emphasized text
was not recognized when placed directly behind a block which the reader
parses using `parseFromString`.

Fixes: #4784
2018-07-23 22:05:41 +02:00
..
Block Org reader: fix parsers relying on parseFromString 2018-07-23 22:05:41 +02:00
Inline Removed inadvertently added .orig files from repository. 2018-05-11 17:10:32 -07:00
Block.hs Use NoImplicitPrelude and explicitly import Prelude. 2018-03-18 10:46:28 -07:00
Directive.hs Use NoImplicitPrelude and explicitly import Prelude. 2018-03-18 10:46:28 -07:00
Inline.hs More spellcheck 2018-07-02 19:07:28 +03:00
Meta.hs Use NoImplicitPrelude and explicitly import Prelude. 2018-03-18 10:46:28 -07:00
Shared.hs Use NoImplicitPrelude and explicitly import Prelude. 2018-03-18 10:46:28 -07:00