1Simple block on one line: 2 3<div>foo</div> 4 5And nested without indentation: 6 7<div> 8<div> 9<div> 10foo 11</div> 12<div style=">"/> 13</div> 14<div>bar</div> 15</div> 16 17And with attributes: 18 19<div> 20 <div id="foo"> 21 </div> 22</div> 23 24This was broken in 1.0.2b7: 25 26<div class="inlinepage"> 27<div class="toggleableend"> 28foo 29</div> 30</div> 31