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
No known key found for this signature in database
GPG Key ID: 9A6A8EFAA512BBB9
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>

View File

@ -0,0 +1,5 @@
1. One
First body copy
2. Two
Last body copy