You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

16 lines
165 B

  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>
  7. foo
  8. </div>
  9. <div style=">"/>
  10. </div>
  11. <div>bar</div>
  12. </div>