pandoc/tests/Tests/Readers
Albert Krewinkel fd98532784 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.
2014-04-05 16:14:40 +02:00
..
LaTeX.hs HLint: redundant parens 2013-12-19 20:43:25 -05:00
Markdown.hs HLint: redundant parens 2013-12-19 20:43:25 -05:00
Org.hs Org reader: Fix parsing of nested inlines 2014-04-05 16:14:40 +02:00
RST.hs Use new flexible metadata type. 2013-06-24 20:29:41 -07:00