Bulleted List
To create a bulleted list, click the "bulleted list" button for each item you wish to list (or use the "return" key after inserting the first item) and type the desired text.
The resulting code will look like this:
* One
* Two
* Three
Your page will look like this:
- One
- Two
- Three
You can further indent an item on your list by subsequently clicking the "increase list nesting" button.
For example, your code might look like this:
* One
* Two
* Three
Your page would then look like this:
- One
- Two
- Three
- Two
Similarly, you can decrease the level of indentation by clicking the "decrease list nesting" button.
For example, your code might look like this:
* One
* Two
* Three
* Four
* Five
Your page would then look like this:
- One
- Two
- Three
- Four
- Two
- Five
Numbered List
To create a numbered list, click the "numbered list" button for each item you wish to list (or use the "return" key after inserting the first item) and type the desired text.
For example, your code might look like this:
# Item 1
# Item 2
# Item 3
Your page would then look like this:
- Item 1
- Item 2
- Item 3
You can further indent an item on your list by subsequently clicking the "increase list nesting" button.
For example, your code might look like this:
# Item 1
# Item 1.1
# Item 1.2
Your page would then look like this:
- Item 1
- Item 1.1
- Item 1.2
- Item 1.1
Similarly, you can decrease the level of indentation by clicking the "decrease list nesting" button.
For example, your code might look like this:
# Item 1
# Item 1.1
# Item 1.2
# Item 2
Your page would then look like this:
- Item 1
- Item 1.1
- Item 1.2
- Item 1.1
- Item 2