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

7 lines
162 B
HTML

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