2.8 Lists
Create ordered or unordered lists easily. Note that there must be an empty line before the list.
* Unordered list
* Item 2
* Nested bullets need a 4-space indent.
* Item 2b
1. Ordered list
1. Use `1` for each item and they will be numbered automatically in the output.
1. Handy for when you need to add something in the middle!