1085168bbf
Sync with the latest html5lib. Having the Maruku unit tests on-hand may be useful for debugging; so let's include them.
19 lines
407 B
Plaintext
19 lines
407 B
Plaintext
<p>Foo <a href="/url/" title="Title">bar</a>.</p>
|
|
|
|
<p>Foo <a href="/url/" title="Title">bar</a>.</p>
|
|
|
|
<p>Foo <a href="/url/" title="Title">bar</a>.</p>
|
|
|
|
<p>With <a href="/url/">embedded [brackets]</a>.</p>
|
|
|
|
<p>Indented <a href="/url">once</a>.</p>
|
|
|
|
<p>Indented <a href="/url">twice</a>.</p>
|
|
|
|
<p>Indented <a href="/url">thrice</a>.</p>
|
|
|
|
<p>Indented [four][] times.</p>
|
|
|
|
<pre><code>[four]: /url
|
|
</code></pre>
|