MarkdownParser/tests/data/compound_list.html

13 lines
257 B
HTML

<p>Here's a compound list:</p>
<ul>
<li>
<p>This is the first paragraph of the list item.</p>
<p>This is the second one.</p>
</li>
<li>
<p>This is another list item.</p>
<blockquote>
<p>This is a quote block that belongs to it.</p>
</blockquote>
</li>
</ul>