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

9 lines
164 B
HTML
Raw Normal View History

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