showdown/test/cases/nested-blockquote.html
2012-06-13 23:05:31 -06:00

9 lines
165 B
HTML

<blockquote>
<p>This is a multi line blockquote test</p>
<blockquote>
<p>And nesting!
</blockquote>
<p>With more than one line.</p>
</blockquote>