!!!Unordered Lists

these list are usually also refered to as bullet lists, however this term is misleading because with css you can format it as bold dashes as well...

{{{
whitespace before not allowed
* unnumbered list (interferes with [Bold And Italics]
- unnumbered list (interferes with [Horizontal Line])
}}}

[WikiMatrix unordered list syntax comparison|http://www.wikimatrix.org/syntax.php?i=32]

!!!Ordered Lists
consensus at [Wikisym 06].
{{{
# number list
}}}

[WikiMatrix ordered list syntax comparison|http://www.wikimatrix.org/syntax.php?i=33]

mixed lists ok

----
Examples:

Good:
{{{
- One
- Two
- Three
}}}
{{{
- One
-- One One
-- One Two
--- One Two One
-Two
}}}
{{{
- One
## One One
## One Two
--- One Two One
- Two
}}}
{{{
Some paragraph text
- One
still one
- Two
- Three

New paragraph
}}}

Bad:
{{{
-- Zero One
- One
}}}
{{{
- One
# One
}}}
{{{
- One
--- One Zero Two
}}}
{{{
 - One
   -- One Two
}}}


----

Also see: [All Markup]