Build bulleted lists

To make a bulleted list (list with a fat dot in front of each item), use the "star" (asterisk) token for each list item, with a slash-star (/*) on a line by itself to mark the end of the list:

    * List item 1
    * List item 2
    * List item 3
    /*

will produce:

Let's try it on Second Page.

  1. Now your page looks like this:

    My second page.

    Link back to Home.

    This link goes to the next page.

  2. Select Edit Page.
  3. Put a star and a space at the beginning of each of the link lines, and a slash-star on a line of its own:
    
        * Link back to ((Home)).
        * This link goes to the ((Third Page|next)) page.
        /*
    
    
  4. Here's the new look for the page:

My second page.