mirror of
https://github.com/erusev/parsedown.git
synced 2023-08-10 21:13:06 +03:00
13 lines
257 B
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> |