all repos — grayfriday @ 06515e91255c2ca096c97d491b1ec81455c64f0c

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>