Cheat Sheet

This page provides a quick overview over the most important syntax elements.

Italics //italics//
Bold **bold**
Bullet list
* First item
* Second item
** Sub list item
Numbered list
# First item
# Second item
## Sub list item
Link to post/page [[post-name]]
Link name [[URL|link name]]
Display image [[image:mypicture.jpg]]
Block quotation
>First quoted line
>Second quoted line
Headings
= First level heading =
== Second level heading ==
=== Third level heading with anchor name === #my-heading
Inline code snippet {{{code}}}, `code`, or ##code##
Code block
{{{ lang=php line=1
my code
}}}
Tables
|=|=table |=header |
|a|table  | row    |
|a|table  | row    |
HTML some //text<br />new line// text
End-of-line comments %% comment