From 0a1c1b5aeb62afa21bd676cfba6cf88821f1176f Mon Sep 17 00:00:00 2001 From: Yuri Takhteyev Date: Sun, 25 Mar 2007 03:58:40 +0000 Subject: Added test cases --- tests/markdown-test/auto-links.html | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 tests/markdown-test/auto-links.html (limited to 'tests/markdown-test/auto-links.html') diff --git a/tests/markdown-test/auto-links.html b/tests/markdown-test/auto-links.html new file mode 100644 index 0000000..2b22fea --- /dev/null +++ b/tests/markdown-test/auto-links.html @@ -0,0 +1,25 @@ + +

Link: http://example.com/. +

+

With an ampersand: http://example.com/?foo=1&bar=2 +

+ +

Blockquoted: http://example.com/ +

+

Auto-links should not occur here: <http://example.com/> +

+
or here: <http://example.com/>
+
+ -- cgit v1.2.3