unplugged-system/external/markdown/tests/pl/Tests_2004/Inline HTML (Advanced).html

15 lines
148 B
HTML
Vendored

<p>Simple block on one line:</p>
<div>foo</div>
<p>And nested without indentation:</p>
<div>
<div>
<div>
foo
</div>
</div>
<div>bar</div>
</div>