Bold, italics, links, pre can be embedded in lists. Only one level lists are supported in v0.1 (i.e. no sublevels and no mixed unordered and ordered lists). Whitespace is optional before and after the - or # character.
Unordered Lists#
These lists 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...
Creole:
- Item 1 - Item 2
Recommended HTML:
<ul> <li>Item 1</li> <li>Item 2</li> </ul>
Output:
- Item 1
- Item 2
WikiMatrix unordered list syntax comparison
Ordered Lists#
Creole:# Item 1 # Item 2
Recommended HTML:
<ol> <li>Item 1</li> <li>Item 2</li> </ol>
Output:
- Item 1
- Item 2
WikiMatrix ordered list syntax comparison
Also see: All Markup
Add new attachment
Only authorized users are allowed to upload new attachments.
«
This particular version was published on 05-Sep-2006 15:44 by 141.7.56.2.