aboutsummaryrefslogtreecommitdiff
path: root/tests/markdown-reader-more.txt
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2010-12-10 12:14:51 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2010-12-10 12:14:51 -0800
commit17d48cf4afdbac5da3c0a241dd66dfec93a89b8e (patch)
treef48582738b749b5b354e4be9a6824f25fee1a817 /tests/markdown-reader-more.txt
parentee0a0953de9b864a1a0cf6d3ddd3cff60a67915a (diff)
downloadpandoc-17d48cf4afdbac5da3c0a241dd66dfec93a89b8e.tar.gz
Markdown reader: Allow linebreaks in URLs (treat as spaces).
Also, a string of consecutive spaces or tabs is now parsed as a single space. If you have multiple spaces in your URL, use %20%20.
Diffstat (limited to 'tests/markdown-reader-more.txt')
-rw-r--r--tests/markdown-reader-more.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/markdown-reader-more.txt b/tests/markdown-reader-more.txt
index f4540d84d..258002b8a 100644
--- a/tests/markdown-reader-more.txt
+++ b/tests/markdown-reader-more.txt
@@ -31,7 +31,8 @@
## URLs with spaces
[foo](/bar and baz)
-[foo](/bar and baz )
+[foo](/bar
+ and baz )
[foo]( /bar and baz )
[foo](bar baz "title" )