@JTT,
Not exactly. It seems to just indent without making a hard carriage return.
Code:[list]First
Second
Third[/list]
But it can't indent more by repeating the
list element. You just get a bunch of broken code.
Code:[list][list][list]First
Second
Third[/list][/list][/list]
[list][list]First
Second
Third
[/list][/list]
You can bullet (George demonstrated that, above). But when you don't put anything after the
list= element, you just get the below.
[list= ][*]First
[*]Second
[*]Third[/list]
But capital letters work just fine (other characters, like the # sign or hyphen or + don't seem to work at all. You also have to start with a or A or 1. You cannot start at any other numbers or letters, it seems.
Code:[list=A][*]First
[*]Second
[*]Third[/list]
- First
- Second
- Third
You can also nest lists.
Code:[list=1][*]Shopping list
[list=a][*]Milk
[*]Bread
[*]Eggs[/list]
[*]Stuff we already have
[list=A][*]Flour
[*]Sugar[/list][/list]
- Shopping list
- Milk
- Bread
- Eggs
- Stuff we already have
- Flour
- Sugar
I just figured out nesting, just now. So thanks for asking.