Created
February 19, 2014 13:08
-
-
Save OSUblake/9091602 to your computer and use it in GitHub Desktop.
WHR - Lists - 2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <ul> | |
| <li>List item with a much longer description or more content.</li> | |
| <li>List item</li> | |
| <li> | |
| List item | |
| <ul> | |
| <li>Nested List Item</li> | |
| <li>Nested List Item</li> | |
| <li>Nested List Item</li> | |
| </ul> | |
| </li> | |
| <li>List item</li> | |
| <li>List item</li> | |
| <li>List item</li> | |
| </ul> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment