start
This is an old revision of the document!
Table of Contents
DokuWiki Syntax Cheatsheet
Text Formatting
| Syntax | Rendered |
|---|---|
| **bold** | bold |
| //italic// | italic |
| __underlined__ | underlined |
| ''monospace'' | monospace |
| **//bold italic//** | bold italic |
| ~~strikethrough~~ | ~~strikethrough~~ |
Headings
====== H1 ====== ===== H2 ===== ==== H3 ==== === H4 === == H5 ==
Lists
* Unordered item
* Nested item
- Ordered item
- Nested item
Rendered:
- Unordered item
- Nested item
- Ordered item
- Nested item
Links
Code
''inline code''
Rendered: inline code
<code bash> service nginx reload
</code>
Rendered:
service nginx reload
Tables
^ Header 1 ^ Header 2 ^ | Cell 1 | Cell 2 | | Cell 3 | Cell 4 |
Rendered:
| Header 1 | Header 2 |
|---|---|
| Cell 1 | Cell 2 |
| Cell 3 | Cell 4 |
Notes
<note>Regular note.</note> <note important>Important.</note> <note warning>Warning.</note> <note tip>Tip.</note>
Rendered:
<note>Regular note.</note> <note important>Important.</note> <note warning>Warning.</note> <note tip>Tip.</note>
Images
{{wiki:dokuwiki-128.png}}
{{wiki:dokuwiki-128.png|caption}}
{{wiki:dokuwiki-128.png?100}}
Namespaces
[[servers:sanctum]] [[services:vaultwarden]]
Pages in namespaces show as red until created — that is normal.
start.1781008446.txt.gz · Last modified: by lukasz
