aboutsummaryrefslogtreecommitdiffstats
path: root/tests/markdown-test/auto-links.html
diff options
context:
space:
mode:
authorWaylan Limberg <waylan@gmail.com>2008-09-03 13:30:04 -0400
committerWaylan Limberg <waylan@gmail.com>2008-09-03 13:46:52 -0400
commita1c636a05557b1faa207828c9e7102391bdde5c9 (patch)
treee223f4a97d811ce956073be7647695fbcc3e6f4c /tests/markdown-test/auto-links.html
parenta4c80246770b87ca3d2cce5b5184901fd2495a7d (diff)
downloadmarkdown-a1c636a05557b1faa207828c9e7102391bdde5c9.tar.gz
markdown-a1c636a05557b1faa207828c9e7102391bdde5c9.tar.bz2
markdown-a1c636a05557b1faa207828c9e7102391bdde5c9.zip
Replaced indentation with linebreaks only. At least its more consistant - and it better matches other markdown implementations. Also updated tests.
Diffstat (limited to 'tests/markdown-test/auto-links.html')
-rw-r--r--tests/markdown-test/auto-links.html23
1 files changed, 8 insertions, 15 deletions
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 @@
<p>Link: <a href="http://example.com/">http://example.com/</a>.</p>
-<p>Https link: <a href="https://example.com">https://example.com</a>
-</p>
-<p>Ftp link: <a href="ftp://example.com">ftp://example.com</a>
-</p>
-<p>With an ampersand: <a href="http://example.com/?foo=1&amp;bar=2">http://example.com/?foo=1&amp;bar=2</a>
-</p>
+<p>Https link: <a href="https://example.com">https://example.com</a></p>
+<p>Ftp link: <a href="ftp://example.com">ftp://example.com</a></p>
+<p>With an ampersand: <a href="http://example.com/?foo=1&amp;bar=2">http://example.com/?foo=1&amp;bar=2</a></p>
<ul>
- <li>In a list?</li>
- <li>
- <a href="http://example.com/">http://example.com/</a>
- </li>
- <li>It should.</li>
+<li>In a list?</li>
+<li><a href="http://example.com/">http://example.com/</a></li>
+<li>It should.</li>
</ul>
<blockquote>
- <p>Blockquoted: <a href="http://example.com/">http://example.com/</a>
- </p>
+<p>Blockquoted: <a href="http://example.com/">http://example.com/</a></p>
</blockquote>
-<p>Auto-links should not occur here: <code>&lt;http://example.com/&gt;</code>
-</p>
+<p>Auto-links should not occur here: <code>&lt;http://example.com/&gt;</code></p>
<pre><code>or here: &lt;http://example.com/&gt;
</code></pre> \ No newline at end of file