pandoc/src/Text/Pandoc/Readers
John MacFarlane 27bd6fb977 RST reader: Removed requirement that directives begin at left margin.
This was (correctly) not in earlier releases; docutils doesn't
make the requirement.
2012-09-30 14:58:26 -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 Renamed removedLeadingTrailingSpace to trim. 2012-09-29 17:09:34 -04:00
Markdown.hs Renamed removedLeadingTrailingSpace to trim. 2012-09-29 17:09:34 -04: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: Removed requirement that directives begin at left margin. 2012-09-30 14:58:26 -07:00
TeXMath.hs Fixed whitespace errors. 2012-07-26 22:32:53 -07:00
Textile.hs Textile reader: Avoid parsing dashes as strikeout. 2012-09-28 23:37:41 -04:00