hoedown/test/MarkdownTest_1.0.3/Tests/Inline HTML (Advanced).html
2013-09-18 16:36:04 -05:00

15 lines
165 B
HTML

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