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

6 lines
130 B
HTML

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