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