pandoc/src/Text/Pandoc/Readers
John MacFarlane b6dc21bacf Markdown reader: Simplified and sped up str parser.
We no longer needed the smart quote complexity, because of
improvements to singleQuoteStart and singleQuoteEnd.

And we were able to move the check for intraword underscore
to the emphasis parser.
2013-01-25 23:30:27 -08:00
..
DocBook.hs Don't put the text of an autolink in Code font. 2013-01-06 20:51:51 -08:00
HTML.hs HTML reader: Added html5 tags to list of block-level tags. 2013-01-12 12:23:15 -08:00
LaTeX.hs Fixed bug with escaped % in LaTeX reader. 2013-01-20 19:21:13 -08:00
Markdown.hs Markdown reader: Simplified and sped up str parser. 2013-01-25 23:30:27 -08:00
MediaWiki.hs Use anyLine everywhere instead of 'manyTill anyChar newline'. 2013-01-25 18:32:15 -08:00
Native.hs Use safeRead instead of using reads directly (various modules). 2012-08-09 08:11:28 -07:00
RST.hs RST reader: Allow anonymous form of explicit links. 2013-01-25 21:10:02 -08:00
TeXMath.hs Fixed whitespace errors. 2012-07-26 22:32:53 -07:00
Textile.hs Added Attr field to Header. 2013-01-09 09:30:05 -08:00