aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2010-02-27 03:06:39 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2010-02-27 03:06:39 +0000
commit07ae5bc264d1c280dc8c7e0798a0df4bd560ab74 (patch)
tree1018c0380f2de10ef52f227d84958a1ea5872eb3 /data
parentd3f1ddf57ee420cdcd573158812a7499a02c09f7 (diff)
downloadpandoc-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 'data')
0 files changed, 0 insertions, 0 deletions