MarkdownParser/tests/data/block-level_html.html

9 lines
114 B
HTML

<div>content</div>
<hr style="background: #eaa;" />
<p>nested elements:</p>
<div>
parent
<div>
child
</div>
</div>