User Tools

Site Tools


wiki_playground

Level 1 Headline

text text text text text text text text text text text text text text text text text text

Level 2 Headline

text text text text text text text text text text text text text text text text text text

Level 3 Headline

text text text text text text text text text text text text text text text text text text

Level 4 Headline

text text text text text text text text text text text text text text text text text text

Level 5 Headline

text text text text text text text text text text text text text text text text text text


  1. Ordered List Item
  2. Ordered List Item
  3. Ordered List Item
  • Unordered List Item
  • Unordered List Item
  • Unordered List Item
  • This is a list
  • The second item
    • You may have different levels
  • Another item
  1. The same list but ordered
  2. Another item
    1. Just use indention for deeper levels
  3. That's it

Code Text Code Text Code Text Code Text Code Text Code Text Code Text Code Text

Bold Text Bold Text Bold Text Bold Text Bold Text

Italic Text Italic Text Italic Text Italic Text Italic Text Italic Text

Underlined Text Underlined Text Underlined Text Underlined Text Underlined Text

Strike-through Text Strike-through Text Strike-through Text Strike-through Text

DokuWiki supports bold, italic, underlined and monospaced texts. Of course you can combine all these.

You can use subscript and superscript, too.

You can mark something as deleted as well.

You can add footnotes 1) by using double parentheses.

This is preformatted code all spaces are preserved: like              <-this
This is pretty much the same, but you could use it to show that you quoted a file.
/**
 * The HelloWorldApp class implements an application that
 * simply displays "Hello World!" to the standard output.
 */
class HelloWorldApp {
    public static void main(String[] args) {
        System.out.println("Hello World!"); //Display the string.
    }
}
1)
This is a footnote
wiki_playground.txt · Last modified: 2012/11/30 13:15 (external edit)