showdown/test/cases/multi-paragraph-list.html
Estevão Soares dos Santos eae5f0e01f Major code refactoring
2015-01-15 21:21:33 +00:00

7 lines
145 B
HTML

<ol>
<li><p>This is a major bullet point.</p>
<p>That contains multiple paragraphs.</p></li>
<li><p>And another line</p></li>
</ol>