marked/test/original/inline_html_advanced.text
Christopher Jeffrey 40235e7e15 all tests
2011-08-22 23:40:55 -05:00

16 lines
151 B
Plaintext

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