Lists
There are two major list types we can make in Markdown: ordered lists (1, 2, 3, …) or unordered lists (·)
  Markdown
1. First item.
2. Second item.
3. Third item.
- An item.
- Another item.
- Yet another item.
  Preview
- First item.
 - Second item.
 - Third item.
 
- An item.
 - Another item.
 - Yet Another item.
 
See more on lists.
development