diff options
author | Albert Krewinkel <albert@zeitkraut.de> | 2018-07-23 22:05:41 +0200 |
---|---|---|
committer | Albert Krewinkel <albert@zeitkraut.de> | 2018-07-23 22:05:41 +0200 |
commit | 4e899eb9c886df2200551f69a3f593ab5258f2e2 (patch) | |
tree | a69843f3eb020d46eeecc91ef7da31800f9b68b3 /test/command | |
parent | a85877424bde7365a0cbb4ca99f9569110de92b4 (diff) | |
download | pandoc-4e899eb9c886df2200551f69a3f593ab5258f2e2.tar.gz |
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
Diffstat (limited to 'test/command')
0 files changed, 0 insertions, 0 deletions