How can I make a simple list in Markdown?
It is very easy to make Markdown list. To create an unordered list, you need to add a hyphen, plus symbol, or an asterisk at the beginning of the line. For instance, you can type “- First point” and “- Second point.” For ordered lists, you should add numbers followed by full stops. Lists can be used to arrange things such as instructions, features, points, notes, and so on. It is also possible to create nested lists through indentation of sub-items.
https://dataqix.com/markdown/