====== Test article ======

<note important>
This article is for testing only! Save this article as a WIK file using the "DOWNLOAD WIK FILE" located the the bottom.
</note>

This is a simple text for an article.

====== DokuWiki Cheatsheet ======

^ Syntax ^ Result ^
|   **FORMATTING**   ||
| ''<nowiki>**bold**</nowiki>'' | **bold** |
| ''<nowiki>//italic//</nowiki>'' | //italic// |
| ''<nowiki>__underline__</nowiki>'' | __underline__ |
| ''<nowiki>''monospace''</nowiki>'' (single quotes) | ''monospace'' |
| ''<nowiki>**//__''all together''__//**</nowiki>'' | **//__''all together''__//** |
| ''<nowiki><sup>sup</sup></nowiki>'' and ''<nowiki><sub>sub</sub></nowiki>'' | <sup>sup</sup> and <sub>sub</sub> |
| ''<nowiki><del>delete text</del></nowiki>'' | <del>delete text</del> |
| ''<nowiki>force\\ newline</nowiki>'' | force\\ newline |
|   **LINKS **   ||
| ''<nowiki>[[http://www.google.com|Google]]</nowiki>'' | [[http://www.google.com|Google]] |
| ''<nowiki>[[mailto:foo@example.com|Mr. Foo]]</nowiki>'' | [[mailto:foo@example.com|Mr. Foo]] |
| ''<nowiki>[[wiki:Syntax|Go to the syntax page]]</nowiki>'' | [[wiki:Syntax|Go to the syntax page]] |
| ''<nowiki>[[wiki:Syntax#anchor|Link to anchor]]</nowiki>'' | [[wiki:Syntax#anchor|Link to anchor]] |
| ''<nowiki>[[doku>interwiki|Interwiki link]]</nowiki>'' | [[doku>interwiki|Interwiki link]] |
|  **IMAGES**  ||
| ''<nowiki>{{wiki:dokuwiki-128.png}}</nowiki>'' | {{wiki:dokuwiki-128.png}} |
| ''<nowiki>[[http://www.dokuwiki.org|{{wiki:dokuwiki-128.png}}]]</nowiki>'' | [[http://www.dokuwiki.org|{{wiki:dokuwiki-128.png}}]] |
| ''<nowiki>{{wiki:dokuwiki-128.png |With caption}}</nowiki>'' | {{wiki:dokuwiki-128.png |With caption}} |
|  **OTHER**  ||
| ''<nowiki>Lorem ipsum((This is a footnote))</nowiki>'' | Lorem ipsum((This is a footnote)) |