pandoc/src/Text/Pandoc/Readers
fiddlosopher 890fbe97ec Refactored markdown reader so that Text.Regex is not used.
Replaced email regex test with a custom email autolink parser
(autoLinkEmail).  Also replaced 'selfClosingTag' with a
custom function 'isSelfClosingTag'.


git-svn-id: https://pandoc.googlecode.com/svn/trunk@511 788f1e2b-df1e-0410-8736-df70ead52e1b
2007-01-24 19:44:43 +00:00
..
HTML.hs Fixed a bug in extractTagType in HTML Reader: the previous 2007-01-24 19:40:32 +00:00
LaTeX.hs More smart quote bug fixes: 2007-01-24 08:14:43 +00:00
Markdown.hs Refactored markdown reader so that Text.Regex is not used. 2007-01-24 19:44:43 +00:00
RST.hs Simplified list parsing code in RST reader. 2006-12-31 18:14:51 +00:00