showdown/test/cases/nested-blockquote.html
2016-09-29 00:50:58 +01:00

8 lines
162 B
HTML

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