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

7 lines
162 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>