showdown/test/cases/nested-blockquote.html

10 lines
164 B
HTML
Raw Normal View History

2012-06-13 23:05:31 -06:00
<blockquote>
2015-01-19 11:37:21 +00:00
<p>This is a multi line blockquote test</p>
2012-06-13 23:05:31 -06:00
2015-01-19 11:37:21 +00:00
<blockquote>
<p>And nesting!</p>
</blockquote>
2012-06-13 23:05:31 -06:00
2015-01-19 11:37:21 +00:00
<p>With more than one line.</p>
2015-01-15 21:21:33 +00:00
</blockquote>