Content Markup: Lists

You can make two types of lists; ordered, and unordered.

Orderered Lists

1. First List Item
1. Second List Item

  1. First List Item
  2. Second List Item

The actual numbers you put in front of each list item are irrelevant; the list items will be numbered according to their position in the list.

Unorderered Lists

* list item
* another list item

  • list item
  • another list item

created on 2005-09-15 13:47:43 by Tommy