-
Notifications
You must be signed in to change notification settings - Fork 0
Lists
Andreas Behringer edited this page Jul 7, 2026
·
3 revisions
Unordered lists use -, * or + and nest by indentation:
- First item
- Second item
- Nested item
- Another nested item
- Even deeper
- Third item
Render as
- First item
- Second item
- Nested item
- Another nested item
- Even deeper
- Third item
use 1. or 1) and can be nested and mixed with bullets:
1. Step one
2. Step two
1. Sub-step
* Test 1
* Test 2
2. Another sub-step
3. Step three
Render as
- Step one
- Step two
- Sub-step
- Test 1
- Test 2
- Another sub-step
- Sub-step
- Step three