diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2010-02-27 03:06:39 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2010-02-27 03:06:39 +0000 |
commit | 07ae5bc264d1c280dc8c7e0798a0df4bd560ab74 (patch) | |
tree | 1018c0380f2de10ef52f227d84958a1ea5872eb3 /tests/lhs-test.fragment.html+lhs | |
parent | d3f1ddf57ee420cdcd573158812a7499a02c09f7 (diff) | |
download | pandoc-07ae5bc264d1c280dc8c7e0798a0df4bd560ab74.tar.gz |
Markdown reader: properly escape URIs.
+ Resolves Issue #220.
+ Added escapeURI function to Markdown reader. This escapes
links in a way that makes sense for markdown. If they've
used URI escapes like %20 in their link, these will be preserved.
But if they've used a special character or space without escaping
it, it will be escaped. This should make sense in most cases.
+ Previously pandoc collapsed adjacent spaces and replaced these
sequences of spaces with + characters. That isn't correct for
a URI path (+ is to be used only in the query part). We've also
removed the space-collapsing behavior.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1847 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'tests/lhs-test.fragment.html+lhs')
0 files changed, 0 insertions, 0 deletions