aboutsummaryrefslogtreecommitdiff
path: root/changelog
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2008-11-01 21:05:33 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2008-11-01 21:05:33 +0000
commit0e4eb8374992298366b6b003b5f97c7cd8868349 (patch)
tree6eee4db2e9ad133f7063855e23e6e311f0d26523 /changelog
parentc43e40904e6a88a1e0f6f286dd223fcdf82d51bd (diff)
downloadpandoc-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--changelog3
1 files changed, 2 insertions, 1 deletions
diff --git a/changelog b/changelog
index 23f71ba3a..d448f1c17 100644
--- a/changelog
+++ b/changelog
@@ -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: