diff options
author | John MacFarlane <jgm@berkeley.edu> | 2012-11-06 16:05:17 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2012-11-06 16:05:17 -0800 |
commit | 4cd573c61f61885cb368b40dccd1b458c39846c7 (patch) | |
tree | c8fe5e6d7429b1d14fbe6b6ae1bfcd797b8fe626 /tests/writer.textile | |
parent | 4aa3e1f978fc285d16f047c800504b03cc897ec8 (diff) | |
download | pandoc-4cd573c61f61885cb368b40dccd1b458c39846c7.tar.gz |
Textile reader/writer: Fixed autolinks.
Previously the textile reader and writer incorrectly implented
RST-style autolinks for URLs and email addresses.
This has been fixed. Now an autolink is done this way:
"$":http://myurl.com
Diffstat (limited to 'tests/writer.textile')
-rw-r--r-- | tests/writer.textile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/writer.textile b/tests/writer.textile index 51aca5a08..ace6d8763 100644 --- a/tests/writer.textile +++ b/tests/writer.textile @@ -650,15 +650,15 @@ Here's an "inline link in pointy braces":/script?foo=1&bar=2. h2. Autolinks -With an ampersand: "http://example.com/?foo=1&bar=2":http://example.com/?foo=1&bar=2 +With an ampersand: "$":http://example.com/?foo=1&bar=2 * In a list? -* "http://example.com/":http://example.com/ +* "$":http://example.com/ * It should. -An e-mail address: "nobody@nowhere.net":mailto:nobody@nowhere.net +An e-mail address: "<tt>nobody@nowhere.net</tt>":mailto:nobody@nowhere.net -bq. Blockquoted: "http://example.com/":http://example.com/ +bq. Blockquoted: "$":http://example.com/ |