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
151 B

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