showdown/test/cases/list-with-blockquote.html
Estevão Soares dos Santos 8b000b134a chore(all): code style change
2015-01-19 11:37:21 +00:00

10 lines
161 B
HTML

<ul>
<li><p>A list item with a blockquote:</p>
<blockquote>
<p>This is a blockquote
inside a list item.</p>
</blockquote>
</li>
</ul>