1
0
mirror of https://github.com/erusev/parsedown.git synced 2023-08-10 21:13:06 +03:00

Test multiple multiline lists

This commit is contained in:
Aidan Woods
2018-01-29 14:25:00 +01:00
parent 7fd92a8fbd
commit 722b776684
2 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,10 @@
<ol>
<li>
<p>One
First body copy</p>
</li>
<li>
<p>Two
Last body copy</p>
</li>
</ol>