pandoc/src/Text/Pandoc/Readers
John MacFarlane 35662e14a9 Removed nullBlock.
Don't use nullBlock in Textile reader.  Better to know about parsing
problems than to skip stuff when we get stuck.
2012-09-27 16:06:29 -07:00
..
DocBook.hs Fixed whitespace errors. 2012-07-26 22:32:53 -07:00
HTML.hs HTML reader: Modified htmlTag for fewer false positives. 2012-09-15 15:46:16 -04:00
LaTeX.hs LaTeX reader: Added a 'try' in rawLaTeXBlock. 2012-09-22 13:00:59 -07:00
Markdown.hs Removed Ext_monospace_autolinks. 2012-09-27 15:01:00 -07:00
MediaWiki.hs MediaWiki reader: Allow table in table cell. 2012-09-15 21:06:55 -07:00
Native.hs Use safeRead instead of using reads directly (various modules). 2012-08-09 08:11:28 -07:00
RST.hs RST reader: Support :target: on image substitutions. 2012-09-27 15:40:09 -07:00
TeXMath.hs Fixed whitespace errors. 2012-07-26 22:32:53 -07:00
Textile.hs Removed nullBlock. 2012-09-27 16:06:29 -07:00