pandoc/Text/Pandoc/Readers
fiddlosopher 0e4eb83749 Markdown reader: cleaner handling of spaces in URLs.
Consecutive spaces are now collapsed into one %20, and
final spaces are removed.  Also, a test case has been added.


git-svn-id: https://pandoc.googlecode.com/svn/trunk@1477 788f1e2b-df1e-0410-8736-df70ead52e1b
2008-11-01 21:05:33 +00:00
..
HTML.hs HTML reader: Don't interpret contents of <pre> blocks as markdown. 2008-10-18 23:42:23 +00:00
LaTeX.hs LaTeX reader: Refactored math parsers, limited support for eqnarray. 2008-09-06 21:24:33 +00:00
Markdown.hs Markdown reader: cleaner handling of spaces in URLs. 2008-11-01 21:05:33 +00:00
RST.hs Use Data.List's 'intercalate' instead of custom 'joinWithSep'. 2008-09-08 06:36:28 +00:00
TeXMath.hs Code cleanup in TexMath reader. 2008-07-13 23:58:35 +00:00