pandoc/Text/Pandoc/Readers
fiddlosopher f74dda27b6 Markdown reader: Make 'block' conditional on strictness state,
instead of using failIfStrict in block parsers. Use a different
ordering of parsers in strict mode: raw HTML block before paragraph.
This recovers performance that was lost in strict mode with r1154.


git-svn-id: https://pandoc.googlecode.com/svn/trunk@1157 788f1e2b-df1e-0410-8736-df70ead52e1b
2007-12-29 06:30:12 +00:00
..
HTML.hs Changed failure message in anyHtmlBlockTag (minor change). 2007-12-24 04:22:08 +00:00
LaTeX.hs Modified LaTeX reader for new Math blocks. 2007-11-29 08:09:13 +00:00
Markdown.hs Markdown reader: Make 'block' conditional on strictness state, 2007-12-29 06:30:12 +00:00
RST.hs Fixed handling of email addresses in markdown and reStructuredText. 2007-12-21 16:13:10 +00:00
TeXMath.hs Small fix to error handling in TeXMath parser: 2007-12-02 16:29:14 +00:00