all repos — grayfriday @ 4c11a2a62d104b7dc0bbe23c80b216628bee0e25

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>