pandoc/test/Tests
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
..
Readers Org reader: fix parsers relying on parseFromString 2018-07-23 22:05:41 +02:00
Writers Removed inadvertently added .orig files from repository. 2018-05-11 17:10:32 -07:00
Command.hs Use NoImplicitPrelude and explicitly import Prelude. 2018-03-18 10:46:28 -07:00
Helpers.hs Use NoImplicitPrelude and explicitly import Prelude. 2018-03-18 10:46:28 -07:00
Lua.hs More spellcheck 2018-07-02 19:07:28 +03:00
Old.hs Removed deprecated ancient HTML math methods. 2018-04-25 17:18:56 -07:00
Shared.hs Use NoImplicitPrelude and explicitly import Prelude. 2018-03-18 10:46:28 -07:00