Home « Help index « Formatting Codes «
Codes to format lists
On this page we are introducing some formatting codes and live examples of utilization.
List item [*]
Example | Rendering |
A simple list:
[*]First item
[*]Second item (after one empty line)
[*]Third item (next the previous one) | A simple list:
* First item
* Second item (after one empty line) * Third item (next the previous one) |
Bulleted list [list]...[/list]
Example | Rendering |
A list with bulleted items:
[list]
[*]First item
[*]Second item
[/list] | A list with bulleted items:
|
Numbered list [list=1]...[/list]
Example | Rendering |
A list with numbered items:
[list=1]
[*]First item
[*]Second item
[/list] | A list with numbered items:
- First item
- Second item
|
Numbered list [list=a]...[/list]
Example | Rendering |
A list with alphabetically numbered items:
[list=a]
[*]First item
[*]Second item
[/list] | A list with alphabetically numbered items:
- First item
- Second item
|
Numbered list [list=A]...[/list]
Example | Rendering |
Another list with alphabetically numbered items:
[list=A]
[*]First item
[*]Second item
[/list] | Another list with alphabetically numbered items:
- First item
- Second item
|
Numbered list [list=i]...[/list]
Example | Rendering |
A list with roman numbers:
[list=i]
[*]First item
[*]Second item
[/list] | A list with roman numbers:
- First item
- Second item
|
Numbered list [list=I]...[/list]
Example | Rendering |
Another list with roman numbers:
[list=I]
[*]First item
[*]Second item
[/list] | Another list with roman numbers:
- First item
- Second item
|