====== DokuWiki Cheatsheet ====== ^ Syntax ^ Result ^ | **FORMATTING** || | ''%%**bold** //italic// __underline__%%'' | **bold** //italic// __underline__ | | ''%%''monospace''%%'' (single quotes) | ''monospace'' | | ''%%**//__''all together''__//**%%'' | **//__''all together''__//** | | ''%%superscript%%'' and ''%%subscript%%'' | superscript and subscript | | ''%%delete text%%'' | delete text | | ''%%force\\ newline \\needs a space%%'' | force\\ newline \\needs a space | | ''%%**bo** //it// __un__%%'' | %%**bo** //it// __un__%% | | **LINKS ** || | ''%%https://www.google.com%%'' | https://www.google.com | | ''%%[[https://www.google.com|Google]]%%'' | [[https://www.google.com|Google]] | | ''%%[[mailto:foo@example.com|Mr. Foo]]%%'' | [[mailto:foo@example.com|Mr. Foo]] | | ''%%[[foo@example.com]]%%'' | [[foo@example.com]] | | ''%%[[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 |With (mouseover) title}}%%'' | {{wiki:dokuwiki-128.png |With (mouseover) title}} | | ''%%{{ wiki:dokuwiki-128.png?64 }}%%'' (whitespace aligns) | {{ wiki:dokuwiki-128.png?64 }} | | ''%%[[https://www.dokuwiki.org|{{ wiki:dokuwiki-128.png?32}}]]%%'' | [[https://www.dokuwiki.org|{{ wiki:dokuwiki-128.png?32}}]] | | **OTHER** || | ''%%Lorem ipsum((This is a footnote))%%'' | Lorem ipsum((This is a footnote)) |