From 4cd573c61f61885cb368b40dccd1b458c39846c7 Mon Sep 17 00:00:00 2001 From: John MacFarlane <jgm@berkeley.edu> Date: Tue, 6 Nov 2012 16:05:17 -0800 Subject: 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 --- tests/textile-reader.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/textile-reader.textile') diff --git a/tests/textile-reader.textile b/tests/textile-reader.textile index a096ded1d..067cf690a 100644 --- a/tests/textile-reader.textile +++ b/tests/textile-reader.textile @@ -157,7 +157,7 @@ Just a "url":http://www.url.com "Email link":mailto:nobody@nowhere.net -Automatic linking to http://www.example.com and foobar@example.com. +Automatic linking to "$":http://www.example.com. "Example":http://www.example.com/: Example of a link followed by a colon. -- cgit v1.2.3