|
Lists in wiki are a better way of creating unordered, ordered, and combined lists, compiled into the same tags used in HTML but without having to keep track of the nesting.
| Bulleted list |
* One * Two ** bullet under Two * Three |
|
| Numbered list |
# One # Two ## Two point one # Three |
|
| Combined list |
# One ## One point one # Two #* bullet under Two # Three |
|