diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2008-11-01 21:05:33 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2008-11-01 21:05:33 +0000 |
commit | 0e4eb8374992298366b6b003b5f97c7cd8868349 (patch) | |
tree | 6eee4db2e9ad133f7063855e23e6e311f0d26523 /changelog | |
parent | c43e40904e6a88a1e0f6f286dd223fcdf82d51bd (diff) | |
download | pandoc-0e4eb8374992298366b6b003b5f97c7cd8868349.tar.gz |
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
Diffstat (limited to 'changelog')
-rw-r--r-- | changelog | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -49,7 +49,8 @@ pandoc (1.1) a blank line before the haskell code, and we don't want spurious blank lines in the output. - + Allow URLs with spaces in them in links and references. + + Allow URLs with spaces in them in links and references, but escape + them as "%20". * HTML writer: |