Files
pandoc/tests
John MacFarlane 3e61333af0 Fixed regression in markdown reader.
'(_hi_)' was being parsed with literal underscores (no emphasis).
The fix:  the 'str' parser now only parses alphanumerics and
embedded underscores.  All other symbols are handled by the
'symbol' parser.  This has a slight effect on the AST, since
you'll get [Str "hi",Str ":"] insntead of [Str "hi:"].  But there
should not be a visible effect in any of the writers.

Thanks to gwern for pointing out the regression.
2011-01-01 22:46:30 -08:00
..
2010-11-12 00:38:31 -08:00
2010-07-22 23:24:22 -07:00
2010-07-22 23:24:22 -07:00
2010-12-22 00:22:13 -08:00
2010-12-04 23:49:53 +05:30
2010-12-17 13:39:17 -08:00
2010-12-22 00:22:13 -08:00
2010-12-17 13:39:17 -08:00
2010-12-17 13:39:17 -08:00
2010-12-17 13:39:17 -08:00