pandoc/Text/Pandoc/Readers
fiddlosopher 6802d287cf Modified rawHtmlBlock in HTML reader so it parses </html> and </body> tags.
This allows these tags to be handled correctly in Markdown.
HTML reader now uses rawHtmlBlock', which excludes </html> and </body>,
since these are handled in parseHtml.  (Resolves Issue #38.)


git-svn-id: https://pandoc.googlecode.com/svn/trunk@1152 788f1e2b-df1e-0410-8736-df70ead52e1b
2007-12-23 03:46:12 +00:00
..
HTML.hs Modified rawHtmlBlock in HTML reader so it parses </html> and </body> tags. 2007-12-23 03:46:12 +00:00
LaTeX.hs Modified LaTeX reader for new Math blocks. 2007-11-29 08:09:13 +00:00
Markdown.hs Modified 'source' parser in Markdown reader to allow backslash escapes in URLs. 2007-12-21 22:31:20 +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