pandoc/test/Tests/Readers/Org/Block
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
..
CodeBlock.hs Use NoImplicitPrelude and explicitly import Prelude. 2018-03-18 10:46:28 -07:00
Figure.hs Use NoImplicitPrelude and explicitly import Prelude. 2018-03-18 10:46:28 -07:00
Header.hs Use NoImplicitPrelude and explicitly import Prelude. 2018-03-18 10:46:28 -07:00
List.hs Org reader: fix parsers relying on parseFromString 2018-07-23 22:05:41 +02:00
Table.hs Use NoImplicitPrelude and explicitly import Prelude. 2018-03-18 10:46:28 -07:00