1
0
mirror of https://github.com/erusev/parsedown.git synced 2025-10-04 18:31:35 +02:00
Files
php-parsedown/test/data/nested_block-level_html.md
2014-04-28 21:53:34 +03:00

11 lines
82 B
Markdown

<div>
_parent_
<div>
_child_
</div>
<pre>
_adopted child_
</pre>
</div>
_outside_