Table of Content
1. Lists 🔗
- Here is a simple list
- With nested entries
- Numbered even!
Lists start after a newline with one or more space or tab, followed by * for unnumbered lists or - for numbered lists.
Example
The following...
1 | * A |
2 | * B |
3 | |
4 | - A |
5 | - B |
...gives the following
- A
- B
- A
- B
2. Nested lists 🔗
Lists can contain other lists as nested elements.
Example
The following...
1 | - First |
2 | --[offset=11] Nested |
3 | -- Numbered list! |
4 | - Back to the first list |
...gives the following
- First
- Nested
- Numbered list!
- Back to the first list
3. Properties 🔗
Lists currently support these properties: