parsedown/tests/test_data/compound_list.html
hkdobrev 87c0b4264a Renamed tests/tests to tests/test_data
When looking at your folder structure, it is easier to grasp that the .md and .html files are just your data for the tests
2013-07-20 09:06:33 +03:00

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>