- Lists
Lists
Create ordered and unordered lists
Ordered List
To create an ordered list, add line items with numbers followed by periods
- First item
- Second item
- Third item
- Fourth item
1. First item
2. Second item
3. Third item
4. Fourth item
Unordered List
To create an unordered list, add dashes (-
), asterisks (*
), or plus signs (+
) in front of line items
- First item
- Second item
- Third item
- Fourth item
- First item
- Second item
- Third item
- Fourth item
Nested List
Add indents on list items to nest them
- First item
- Second item
- Additional item
- Additional item
- Third item
- First item
- Second item
- Additional item
- Additional item
- Third item
Lists follows the official markdown syntax.