Help
Principles
Wiki pages
Internal wiki links are enclosed in curly brackets. Here is link to this page:
{Help} → Help.
Markdown
Everything else uses the Markdown syntax. Just edit this page to see how the formatting is achieved.
Visit http://daringfireball.net/projects/markdown/ to learn more about Markdown.
Wiki files
You can upload files to the wiki, then create wiki links to them, using the exact file name. Here is a link to a file:
{php5-power-micro.png} → php5-power-micro.png.
You can upload images and insert them in a wiki page with Markdown, like this (assuming URL rewriting is turned on):
 → 
Markdown quick reference
Underline titles with = or -:
Header 1
Header 2
Alternatively, define headers with # — hash marks on right are optional:
Header 1
Header 2
Header 3
This is a paragraph, just text surrounded by empty lines.
This is another paragraph.
End a line
with two or more spaces
to create a line break.
Here is an external link to Markdown. Enclose URLs and email addresses in angle brackets for automatic links: http://myks.org/
Use underscores or asterisks for inline markup: emphasize or emphasize, strong or strong. Enclose code in backticks.
- Bullet lists
- Can be made with
- *, +, -, and others.
- A numbered list
- Is created with
- A figure, a period and a space.
Here are different horizontal rules:
Escape special characters with a backslash if necessary:
\ backslash
` backtick
* asterisk
_ underscore
{} curly braces
[] square brackets
() parentheses
# hash mark
+ plus sign
- minus sign (hyphen)
. dot
! exclamation mark
There's much more than this in Markdown, refer to the language reference for more information.