From a316ac49a6934221b24ec58a6a7dc4c3b30ae1e8 Mon Sep 17 00:00:00 2001 From: Artem Yunusov Date: Mon, 14 Jul 2008 16:17:33 +0500 Subject: A lot of bug fixes. Handlig attributes added, new hr processing. Reformatted test suite for ElementTree output. --- tests/markdown-test/auto-links.html | 30 ++++++++++++++---------------- 1 file changed, 14 insertions(+), 16 deletions(-) (limited to 'tests/markdown-test/auto-links.html') diff --git a/tests/markdown-test/auto-links.html b/tests/markdown-test/auto-links.html index 976d22b..100db34 100644 --- a/tests/markdown-test/auto-links.html +++ b/tests/markdown-test/auto-links.html @@ -1,5 +1,4 @@ -

Link: http://example.com/. -

+

Link: http://example.com/.

Https link: https://example.com

Ftp link: ftp://example.com @@ -7,20 +6,19 @@

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

-

Blockquoted: http://example.com/ +

+

Blockquoted: http://example.com/

-

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

+

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

-
or here: <http://example.com/>
-
+
+or here: <http://example.com/>
+
+
\ No newline at end of file -- cgit v1.2.3