Content Markup: Lists
You can make two types of lists; ordered, and unordered.
Orderered Lists
1. First List Item
1. Second List Item
- First List Item
- Second List Item
The actual numbers you put in front of each list item are irrelevant; the list items will be numbered according to their position in the list.
Unorderered Lists
* list item
* another list item
- list item
- another list item
