1. Lists 🔗

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
  1. A
  2. 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

  1. First
    1. Nested
    2. Numbered list!
  2. Back to the first list

3. Properties 🔗

Lists currently support these properties: