blob: 9d71ddcc174b33fc2a5a8d76008a8a6e3cc71014 [file] [log] [blame]
Simple block on one line:
<div>foo</div>
And nested without indentation:
<div>
<div>
<div>
foo
</div>
</div>
<div>bar</div>
</div>