This wiki uses John Gruber's Markdown formatting language.
See Markdown syntax for the full formatting rules. Here are some highlights:
<URL> for a bare URL link. [text](URL) for a link with the given label text. (These are external links; see below for wiki links.)
*emphasis*; **strong emphasis** (also works with underscores)
# Header for a header; ## Level 2 Header, etc.
--- for a horizontal rule
> Line... for block quote (can be extended over many lines)
* Line... for a bulleted list (or - Line..., or + Line... -- all equivalent)
1. Line... for a numbered list (you will get sequential numbers, regardless of what numbers you use in the markup)
`backticks` for a bit of code inside a normal paragraph
The wiki's version of Markdown differs from the spec in a few ways:
[square brackets]. The link text is not case-sensitive. CamelCase text is not automatically linkified.
[Markdown|Information about formatting]
{redirect target="DEST"} redirects to the named wiki page. (The redirect link should be the only thing on the page, since nobody will see the rest of the page anyhow.)
{img id="NUM"} displays an inline image. The id=NUM should be the number of the attachment on that page which you want to display. You can also specify alt, align, width, and height attributes.
If you want to practice editing pages, use the Sandbox page.