Help:Bulleted and numbered lists
From AMI@Work Communities Wiki
* bulleted lists * are easy to create ** just put more asterisks to create ** subitems and *** subsubitems * etc ---- # the same goes ## for numbered lists # but there's one more thing ---- * they can *# be nested *# as you see fit *#* just always keep *#* the same prefix of '#' and '*' ---- ; Definition list : list of definitions ; Defined item : goes between ';' and ':' ; Definition : goes after the ':'
gives
- bulleted lists
- are easy to create
- just put more asterisks to create
- subitems and
- subsubitems
- etc
- the same goes
- for numbered lists
- but there's one more thing
- they can
- be nested
- as you see fit
- just always keep
- the same prefix of '#' and '*'
- Definition list
- list of definitions
- Defined item
- goes between ';' and ':'
- Definition
- goes after the ':'

