1<p>Foo <a href="/url/" title="Title">bar</a>.</p> 2<p>Foo <a href="/url/" title="Title">bar</a>.</p> 3<p>Foo <a href="/url/" title="Title">bar</a>.</p> 4<p>With <a href="/url/">embedded [brackets]</a>.</p> 5<p>Indented <a href="/url">once</a>.</p> 6<p>Indented <a href="/url">twice</a>.</p> 7<p>Indented <a href="/url">thrice</a>.</p> 8<p>Indented [four][] times.</p> 9<pre><code>[four]: /url 10</code></pre> 11<p>With <a href="http://example.com/" title="Angle Brackets">angle brackets</a>.</p> 12<p>And <a href="http://example.com/" title="Without angle brackets.">without</a>.</p> 13<p>With <a href="http://example.com" title="Yes this works">line 14breaks</a></p> 15<p>and <a href="http://example.com" title="Yes this works">line 16breaks</a> with one space.</p> 17<p>and [line<br /> 18breaks[] with two spaces.</p> 19<p><a href="http://example.com" title="No more hanging empty bracket!">short ref</a></p> 20<p><a href="http://example.com" title="No more hanging empty bracket!">short 21ref</a></p> 22<p><a href="http://example.com" title="Title on next line.">a ref</a></p>