aboutsummaryrefslogtreecommitdiff
path: root/tests/textile-reader.textile
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2012-07-13 14:01:56 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2012-07-13 14:01:56 -0700
commitf68b05e74b7cc0dd0e217cc2650169a3fe7a41a0 (patch)
tree31bd85fce44ffdca4ec937debfdac4ca88f030aa /tests/textile-reader.textile
parent2192f02e19942c45828b7a506ca3a2b8b8b74f9d (diff)
downloadpandoc-f68b05e74b7cc0dd0e217cc2650169a3fe7a41a0.tar.gz
Textile reader: properly handle links with surrounding brackets.
Square brackets need to be used when the link isn't surrounded by spaces or punctuation, or when the URL ending may be ambiguous. Closes #564.
Diffstat (limited to 'tests/textile-reader.textile')
-rw-r--r--tests/textile-reader.textile2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/textile-reader.textile b/tests/textile-reader.textile
index adfec90d3..f52212af3 100644
--- a/tests/textile-reader.textile
+++ b/tests/textile-reader.textile
@@ -155,6 +155,8 @@ Automatic linking to http://www.example.com and foobar@example.com.
"Example":http://www.example.com/: Example of a link followed by a colon.
+A link["with brackets":http://www.example.com]and no spaces.
+
h1. Tables
Textile allows tables with and without headers :