Welcome! This page is designed to show you how DokuWiki syntax works. By editing this page, you can see how the code is written to generate what you are reading.
You can easily apply different styles to your text:
Monospaced text (surrounded by two single quotes).You can structure your content using up to 5 levels of headlines. The more equals signs (`=`) you use around the text, the higher the headline level.
To create a bulleted list, leave two spaces at the beginning of the line and use an asterisk:
To create a numbered list, leave two spaces at the beginning of the line and use a hyphen:
DokuWiki allows you to create links easily:
You can insert images using double curly brackets. If you add vertical bars (`|`), you can add a title or resize it:
Use the caret symbol (`^`) for headers and the vertical bar (`|`) for normal cells.
| Header 1 | Header 2 | Header 3 |
|---|---|---|
| Row 1 Col 1 | Row 1 Col 2 | Row 1 Col 3 |
| Row 2 Col 1 | Row 2 Col 2 | Row 2 Col 3 |
If you need to show source code, use the <code language> and </code> tags.
<?php echo "Hello world from DokuWiki!"; ?>
For text you don't want DokuWiki to format, use the '' and '' tags.
Here I can use **asterisks** and //slashes// without formatting being applied.
Use the greater-than sign (`>`) to create blockquotes.
This is an example quote.This is a nested quote inside the previous one.And this is an even deeper quote.
To create a separator line, simply write four or more hyphens in a row: