showdown/test/functional/makehtml/cases/standard/nested-blockquote.html
2017-12-23 12:35:31 +00:00

8 lines
162 B
HTML

<blockquote>
<p>This is a multi line blockquote test</p>
<blockquote>
<p>And nesting!</p>
</blockquote>
<p>With more than one line.</p>
</blockquote>