diff options
Diffstat (limited to 'tests/markdown-test/auto-links.html')
-rw-r--r-- | tests/markdown-test/auto-links.html | 31 |
1 files changed, 14 insertions, 17 deletions
diff --git a/tests/markdown-test/auto-links.html b/tests/markdown-test/auto-links.html index 229ebb4..100db34 100644 --- a/tests/markdown-test/auto-links.html +++ b/tests/markdown-test/auto-links.html @@ -1,5 +1,4 @@ -<p>Link: <a href="http://example.com/">http://example.com/</a>. -</p> +<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> @@ -7,21 +6,19 @@ <p>With an ampersand: <a href="http://example.com/?foo=1&bar=2">http://example.com/?foo=1&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> +<blockquote> +<p>Blockquoted: <a href="http://example.com/">http://example.com/</a> </p> -</blockquote><p>Auto-links should not occur here: <code><http://example.com/></code> +</blockquote> +<p>Auto-links should not occur here: <code><http://example.com/></code> </p> -<pre><code>or here: <http://example.com/> -</code></pre>
\ No newline at end of file +<pre> +<code>or here: <http://example.com/> +</code> +</pre>
\ No newline at end of file |