To make a bulleted list, start a line with a tab (or 8 spaces) followed by a star:
Ordered lists, a line with a tab (or 8 spaces) followed by a 1.:
| a | b |
| c | d |
A new ordered list format that allows number continuation with intervening text (requires build 2.1.0.248). The sample below
# New Format Item 1 * a bullet # New Format Item 2 # New Format Item 3 # New Format Level 2 Item 1 A line with text on it #^ New Format Level 2 Item 2 # New Format Item 4
produces the list as follows:
# New Format Item 1
# New Format Item 2
# New Format Item 3
# New Format Level 2 Item 1
A line with text on it
#^ New Format Level 2 Item 2
# New Format Item 4