parsedown/tests/data/blockquote_-_compound.html

16 lines
389 B
HTML
Raw Normal View History

2013-11-10 09:44:52 +01:00
<p>Here's one with multiple paragraphs:</p>
<blockquote>
<p>This is line one.</p>
<p>This is line two.</p>
</blockquote>
<p>Here's one with multiple types of blocks:</p>
<blockquote>
<p>This is a quoted paragraph.</p>
<ul>
<li>This is a list item of a quoted list.</li>
<li>This is another list item.</li>
</ul>
<blockquote>
<p>This is a nested quote block.</p>
</blockquote>
2013-09-24 00:09:13 +02:00
</blockquote>