Short Description
Enables you to create neatly structured lists
Bulleted Lists
Make a list element by starting a line with an asterisk. To increase the indent put extra spaces
before the asterisk.
* Bullet 1
* Bullet 2
* Bullet 2.1
- Bullet 1
- Bullet 2
- Bullet 2.1
If you need to put more than one line in the bullet list, please use _ (underscore) at the end of the line you want to break (after one space). Remember not to insert any character after the underscore.
* Bullet 1 _
another line
* Bullet 2
* Bullet 2.1
- Bullet 1
another line - Bullet 2
- Bullet 2.1
Numbered Lists
Similarly, you can create numbered lists by starting a paragraph with one or more hashes.
# Item 1
# Item 2
# Item 2.1
- Item 1
- Item 2
- Item 2.1
If you need to put more than one line in the numbered list, please use _ (underscore) at the end of the line you want to break (after one space). Remember not to insert any character after the underscore.
# Item 1 _
another line
# Item 2
# Item 2.1
- Item 1
another line - Item 2
- Item 2.1
You can mix bulleted lists and number lists.