home » editing help » lists
Lists can be easily created by starting a line with three spaces followed by a '*' for a bullet list or a '#' for a numeric list. Increase the number of spaces to six for sub-list, nine for sub-sub-list etc.
For example a bullet list:
* Item 1
* Item 2
* Sub-item 1
* Sub-sub-item 1
* sub-item 2
* Item 3
As an alternative to a '*' asterisk, you may also use a letter 'o'.
And a numeric list:
# Item 1
# Item 2
# Sub-item 1
# Sub-sub-item 1
# sub-item 2
# Item 3