marked/test/original/nested_blockquotes.html
Christopher Jeffrey 40235e7e15 all tests
2011-08-22 23:40:55 -05:00

10 lines
105 B
HTML

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