1<p>Simple block on one line:</p> 2<p><div>foo</div></p> 3<p>And nested without indentation:</p> 4<p><div> 5<div> 6<div> 7foo 8</div> 9</div> 10<div>bar</div> 11</div></p>