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

8 lines
156 B
HTML
Raw Normal View History

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