/test/gotchas/ok/sublist-before-list.html

http://txt2tags.googlecode.com/ · HTML · 22 lines · 17 code · 5 blank · 0 comment · 0 complexity · 9ad865c4a65e1a33c02716edf63ca1e9 MD5 · raw file

  1. <H2>Sublist before mother list</H2>
  2. <UL>
  3. <LI>Before, level 3
  4. </UL>
  5. <UL>
  6. <LI>Before, level 2
  7. </UL>
  8. <UL>
  9. <LI>Mother list
  10. <UL>
  11. <LI>After, level 2
  12. <UL>
  13. <LI>After, level 3
  14. </UL>
  15. </UL>
  16. <LI>Mother list again
  17. </UL>