/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
- <H2>Sublist before mother list</H2>
- <UL>
- <LI>Before, level 3
- </UL>
- <UL>
- <LI>Before, level 2
- </UL>
- <UL>
- <LI>Mother list
- <UL>
- <LI>After, level 2
- <UL>
- <LI>After, level 3
- </UL>
- </UL>
- <LI>Mother list again
- </UL>