all repos — grayfriday @ d04a53c6445c9c3a4e1dfd71ca3cd40e2f9e7f9e

blackfriday fork with a few changes

testdata/Nested blockquotes.html (view raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
<blockquote>
<p>foo</p>

<blockquote>
<p>bar</p>
</blockquote>

<p>foo</p>
</blockquote>