aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/RST.hs
diff options
context:
space:
mode:
authorAlbert Krewinkel <tarleb@moltkeplatz.de>2014-04-05 09:37:46 +0200
committerAlbert Krewinkel <tarleb@moltkeplatz.de>2014-04-05 16:14:40 +0200
commitfd98532784e43ad73072f37a31af5ff40fdc1c56 (patch)
tree5ac04942cca646256f54b1334e9c63d74e396ab0 /src/Text/Pandoc/Readers/RST.hs
parentd43c3e81017734170fb25460c4b9ab9cccb1e0db (diff)
downloadpandoc-fd98532784e43ad73072f37a31af5ff40fdc1c56.tar.gz
Org reader: Fix parsing of nested inlines
Text such as /*this*/ was not correctly parsed as a strong, emphasised word. This was due to the end-of-word recognition being to strict as it did not accept markup chars as part of a word. The fix involves an additional parser state field, listing the markup chars which might be parsed as part of a word.
Diffstat (limited to 'src/Text/Pandoc/Readers/RST.hs')
0 files changed, 0 insertions, 0 deletions