BiFace_Server_Lite/vendor/cebe/markdown/tests/markdown-data/md1_inline_html_avanced.html
2020-03-27 10:13:51 +07:00

12 lines
145 B
HTML

<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>