pandoc/src
John MacFarlane bdec07bac9 Shared: Removed unescapeURI, modified escapeURI.
escapeURI now only escapes space characters, leaving unicode characters
as they are, instead of converting them to octets and URL-encoding them,
as before.  This gives more readable URIs.  User agents now do the
percent-encoding themselves.

URIs are no longer unescaped at all on conversion to markdown, asciidoc,
rst, org.

Closes #349.
2011-12-02 19:39:30 -08:00
..
Tests Added failing test case for issue #312. 2011-12-01 19:47:25 -08:00
Text Shared: Removed unescapeURI, modified escapeURI. 2011-12-02 19:39:30 -08:00
markdown2pdf.hs Changed misleading documentation on markdown2pdf. 2011-11-10 15:37:52 -08:00
pandoc.hs pandoc.hs : changed a couple writerName to writerName'. 2011-11-23 20:15:24 -08:00
test-pandoc.hs Markdown writer: Insert HTML comment btw list and indented code block. 2011-06-06 05:56:59 -07:00