• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<p>Link: <a href="http://example.com/">http://example.com/</a>.</p>
2<p>Https link: <a href="https://example.com">https://example.com</a></p>
3<p>Ftp link: <a href="ftp://example.com">ftp://example.com</a></p>
4<p>With an ampersand: <a href="http://example.com/?foo=1&amp;bar=2">http://example.com/?foo=1&amp;bar=2</a></p>
5<ul>
6<li>In a list?</li>
7<li><a href="http://example.com/">http://example.com/</a></li>
8<li>It should.</li>
9</ul>
10<blockquote>
11<p>Blockquoted: <a href="http://example.com/">http://example.com/</a></p>
12</blockquote>
13<p>Auto-links should not occur here: <code>&lt;http://example.com/&gt;</code></p>
14<pre><code>or here: &lt;http://example.com/&gt;
15</code></pre>