Add headings and text

Add links in WikiWriter by using double-parentheses around the page name, with a vertical bar and a description if you want to get fancy. To add structure and shape, you tell WikiWriter what you want by putting a special code, a "token", at the beginning of a paragraph.

  1. Headings are marked with equal sign tokens:
    
        = Heading One
        == Heading Two
        === Heading Three
        ==== Heading Four
        ===== Heading Five
        ====== Heading Six
    
    

    produces:

    Heading One

    Heading Two

    Heading Three

    Heading Four

    Heading Five
    Heading Six
  2. Still working on Second Page, create a level two heading by inserting two equal signs and a space at the beginning of the first line:
    
        == My second page.
    
    
  3. Now your page looks like this:

    My second page.

    Link back to Home.

    This link goes to the next page.

  4. Experiment with heading levels by changing your heading to level 3, or 4, and checking the look with the Show Preview button.
  5. Finish up by making the heading a level 2, so your page looks like the example above.