mirror of
https://github.com/erusev/parsedown.git
synced 2023-08-10 21:13:06 +03:00
Added tests for consistency when a markdown follows a markup without blank line.
This commit is contained in:
5
test/data/markup_consecutive_two_lines.md
Normal file
5
test/data/markup_consecutive_two_lines.md
Normal file
@ -0,0 +1,5 @@
|
||||
<div>First markup</div><p>and partial markup
|
||||
on two lines.</p>
|
||||
_Markdown_
|
||||
|
||||
**Markdown**
|
Reference in New Issue
Block a user