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