mirror of
https://github.com/erusev/parsedown.git
synced 2023-08-10 21:13:06 +03:00
interrupted list items should not add nonexistent empty lines
This commit is contained in:
7
tests/data/multiline_list_paragraph.html
Normal file
7
tests/data/multiline_list_paragraph.html
Normal file
@@ -0,0 +1,7 @@
|
||||
<ul>
|
||||
<li>
|
||||
<p>li</p>
|
||||
<p>line
|
||||
line</p>
|
||||
</li>
|
||||
</ul>
|
Reference in New Issue
Block a user