From a1c636a05557b1faa207828c9e7102391bdde5c9 Mon Sep 17 00:00:00 2001 From: Waylan Limberg Date: Wed, 3 Sep 2008 13:30:04 -0400 Subject: Replaced indentation with linebreaks only. At least its more consistant - and it better matches other markdown implementations. Also updated tests. --- tests/markdown-test/auto-links.html | 23 ++++++++--------------- 1 file changed, 8 insertions(+), 15 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 913e1a4..7481fe2 100644 --- a/tests/markdown-test/auto-links.html +++ b/tests/markdown-test/auto-links.html @@ -1,22 +1,15 @@

Link: http://example.com/.

-

Https link: https://example.com -

-

Ftp link: ftp://example.com -

-

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

+

Https link: https://example.com

+

Ftp link: ftp://example.com

+

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/>
 
\ No newline at end of file -- cgit v1.2.3