%%commentbox
__see also__\\
[TextFormattingRules]
%%
That's easy; copied from [TextFormattingRules]:

!Bulleted lists
Use an asterisk (*) in the first column to make bulleted lists. Use more asterisks for deeper indentation. 

__This__

{{{
* One \\ one and a half
* Two
* Three
** Three.One}}}

__produces this__

* One \\ one and a half
* Two
* Three
** Three.One
----
!Numbered lists
Just like with bulleted lists, but use a hash (#) instead of the asterisk.

__This__

{{{
# One
# Two
# Three
## Three.One
}}}

__produces this__

# One
# Two
# Three
## Three.One


__This__

{{{
# One
# Two
#* Two point one
#* Two point two
# Three
}}}

__produces this__
# One
# Two
#* Two point one
#* Two point two
# Three