1<p>Link: <a href="http://example.com/">http://example.com/</a>.</p> 2<p>With an ampersand: <a href="http://example.com/?foo=1&bar=2">http://example.com/?foo=1&bar=2</a></p> 3<ul> 4<li>In a list?</li> 5<li><a href="http://example.com/">http://example.com/</a></li> 6<li>It should.</li> 7</ul> 8<blockquote><p>Blockquoted: <a href="http://example.com/">http://example.com/</a></p> 9</blockquote> 10<p>Auto-links should not occur here: <code><http://example.com/></code></p> 11<pre><code>or here: <http://example.com/> 12</code></pre> 13