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.
 
 
 

70 lines
553 B

  1. Here's a simple block:
  2. <div>
  3. foo
  4. </div>
  5. This should be a code block, though:
  6. <div>
  7. foo
  8. </div>
  9. As should this:
  10. <div>foo</div>
  11. Now, nested:
  12. <div>
  13. <div>
  14. <div>
  15. foo
  16. </div>
  17. </div>
  18. </div>
  19. This should just be an HTML comment:
  20. <!-- Comment -->
  21. Multiline:
  22. <!--
  23. Blah
  24. Blah
  25. -->
  26. Code block:
  27. <!-- Comment -->
  28. Just plain comment, with trailing spaces on the line:
  29. <!-- foo -->
  30. Code:
  31. <hr />
  32. Hr's:
  33. <hr>
  34. <hr/>
  35. <hr />
  36. <hr>
  37. <hr/>
  38. <hr />
  39. <hr class="foo" id="bar" />
  40. <hr class="foo" id="bar"/>
  41. <hr class="foo" id="bar" >