home
clear breadcrumbs
search
login
 
dokuwiki_cheat_sheet
====== DokuWiki Cheatsheet ====== , , , ^ Syntax ^ Result ^ , | **FORMATTING** || , |
**bold**
| **bold** | , |
| suppress markup | , |
| suppress markup and retain formatting | , |
* DokuWiki Cheat Sheet
| * DokuWiki Cheat Sheet | , |
//italic//
| //italic// | , |
__underline__
| __underline__ | , |
monospace
(single quotes) | monospace | , |
**//__all together__//**
| **//__all together__//** | , |
sup
and
sub
|
sup
and
sub
| , |
delete text
|
delete text
| , |
force\\ newline
| force\\ newline | , | **LINKS ** || , |
http://www.google.com|Google
| http://www.google.com|Google | , |
mailto:foo@example.com|Mr. Foo
| mailto:foo@example.com|Mr. Foo | , |
wiki:Syntax|Go to the syntax page
| wiki:Syntax|Go to the syntax page | , |
wiki:Syntax#anchor|Link to anchor
| wiki:Syntax#anchor|Link to anchor | , |
doku>interwiki|Interwiki link
| doku>interwiki|Interwiki link | , | **IMAGES** || , |
{{wiki:dokuwiki-128.png}}
| {{wiki:dokuwiki-128.png}} | , |
http://www.dokuwiki.org|{{wiki:dokuwiki-128.png}}
| http://www.dokuwiki.org|{{wiki:dokuwiki-128.png}} | , |
{{wiki:dokuwiki-128.png |With caption}}
| {{wiki:dokuwiki-128.png |With caption}} | , | **OTHER** || , |
Lorem ipsum((This is a footnote))
| Lorem ipsum((This is a footnote)) |