pandoc/Text/Pandoc/Readers
fiddlosopher 0681d1d3e7 Fixed handling of email addresses in markdown and reStructuredText.
Consolidated uri and email address parsers.  (Resolves Issue #37.)
+ New emailAddress and uri parsers in Text.Pandoc.Shared.
  uri parser uses parseURI from Network.URI.  emailAddress
  parser properly handles email addresses with periods in them.
+ Removed uri and emailAddress parsers from Text.Pandoc.Readers.RST.
+ Removed uri and emailAddress parsers from Text.Pandoc.Readers.Markdown.


git-svn-id: https://pandoc.googlecode.com/svn/trunk@1149 788f1e2b-df1e-0410-8736-df70ead52e1b
2007-12-21 16:13:10 +00:00
..
HTML.hs Moved everything from src into the top-level directory. 2007-11-29 02:02:34 +00:00
LaTeX.hs Modified LaTeX reader for new Math blocks. 2007-11-29 08:09:13 +00:00
Markdown.hs Fixed handling of email addresses in markdown and reStructuredText. 2007-12-21 16:13:10 +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