showdown/test/functional/makehtml/cases/karlcow/blockquote-nested.html
2017-12-23 12:35:31 +00: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>