showdown/test/karlcow/blockquote-nested-multiplereturn.html

7 lines
131 B
HTML
Raw Normal View History

<blockquote>
<p>This is the first level of quoting.</p>
<blockquote>
<p>This is nested blockquote.</p>
</blockquote>
</blockquote>