Unordered lists can be added like so...
- List Item 1
- List Item 2
- List Item 3
This would produce the following list...
Ordered lists can be added list so...
1. List Item 1
2. List Item 2
3. List Item 3
This would produce the following list...
Nested lists can be added like so...
1. List Item 1
- Child Item 1
- Child Item 2
2. List Item 2
3. List Item 3
This will produce...