pandoc/tests/Tests
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
..
Readers Org reader: Fix parsing of nested inlines 2014-04-05 16:14:40 +02:00
Writers Markdown writer: Fix rendering of tight sublists. 2013-11-30 17:59:28 -08:00
Arbitrary.hs Adjustments for new Format newtype. 2013-08-10 17:24:54 -07:00
Helpers.hs Use new flexible metadata type. 2013-06-24 20:29:41 -07:00
Old.hs InDesign ICML Writer 2014-02-28 13:35:35 +01:00
Shared.hs Moved tests to tests/, modified cabal file so lib isn't recompiled. 2012-07-26 08:37:36 -07:00
Walk.hs HLint: Remove lambdas. 2013-12-19 20:28:53 -05:00