mirror of
https://github.com/erusev/parsedown.git
synced 2023-08-10 21:13:06 +03:00
lines that start with inline html should not get parsed as block-level markup, should resolve #54 and #57
This commit is contained in:
11
tests/data/nested_block-level_html.md
Normal file
11
tests/data/nested_block-level_html.md
Normal file
@@ -0,0 +1,11 @@
|
||||
<div>
|
||||
_parent_
|
||||
<div>
|
||||
_child_
|
||||
</div>
|
||||
<pre>
|
||||
_adopted child_
|
||||
</pre>
|
||||
</div>
|
||||
|
||||
_outside_
|
Reference in New Issue
Block a user