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

Add failing test case

This commit is contained in:
Aidan Woods 2018-03-30 19:22:13 +01:00
parent 40b9da7837
commit 20e592359f
No known key found for this signature in database
GPG Key ID: 9A6A8EFAA512BBB9
2 changed files with 14 additions and 2 deletions

View File

@ -2,4 +2,10 @@
<p>paragraph</p>
<!--
multiline -->
<p>paragraph</p>
<p>paragraph</p>
<!-- sss -->abc
<ul>
<li>abcd</li>
<li>bbbb</li>
<li>cccc</li>
</ul>

View File

@ -5,4 +5,10 @@ paragraph
<!--
multiline -->
paragraph
paragraph
<!-- sss -->abc
* abcd
* bbbb
* cccc