Table of Contents

For the full syntax manual, see syntax.

Creating Pages

Two ways:

  1. Enter the page name in the search box and on the results page click the Create link on the top of the page.
  2. Edit an existing page and add a link to the new page (e.g. [[My new page]]). Save it, then click the new (red) link. Click the Create link on the top of the page.

Formatting

bold **bold**
italic //italic//
underlined __underlined__
strike <del>strike</del>

Paragraphs are created from blank lines; use \\ followed by whitespace or at the end of the line to force a line break.

Sections are created like this: ==== Formatting ====. Fewer equals signs means a smaller headline!!


Links

External links are recognized automatically, just type the URL.

Internal links look like [[this]], or if you want to use different link text, [[this|something else]].

To link to a specific page section: [[quick syntax#Links]]


Lists

Indent text two spaces and use * for unordered lists and - for ordered lists.