##Lists Markdown supports both ordered (numbers) and unordered (bullets) lists. - For **ordered list** use numbers followed by period. You can use sequential numbers or keep all numbers as `1.`: 1. 2. 1. 2. - For **unordered list** you can use either `-`, `*`, or `+` interchangably to create unordered bullet list: + Item 1 * Item 2 - Item 3 - Sub-lists are made with extra space - Third level - Item 1 + Item 2 * Item 3 - Sub-lists are made with extra spaces - Third level You can also mix the two and use a combination of ordered list and underordered sublist.