showdown/test/cases/nested-blockquote.html

9 lines
169 B
HTML
Raw Normal View History

2012-06-14 13:05:31 +08:00
<blockquote>
<p>This is a multi line blockquote test</p>
<blockquote>
<p>And nesting!</p>
2012-06-14 13:05:31 +08:00
</blockquote>
<p>With more than one line.</p>
</blockquote>