all repos — grayfriday @ c1011c8ab22a8f6d401f5b6a3f67aed5f6b1362b

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>