User Tools

Site Tools


wiki_playground

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
wiki_playground [2012/11/30 13:06]
prokop
wiki_playground [2012/11/30 13:14]
prokop
Line 20: Line 20:
   * Unordered 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
 +
 +  - The same list but ordered
 +  - Another item
 +    - Just use indention for deeper levels
 +  - That's it
  
 ''​Code Text Code Text Code Text Code Text Code Text Code Text Code Text Code Text''​ ''​Code Text Code Text Code Text Code Text Code Text Code Text Code Text Code Text''​
Line 34: Line 44:
 Of course you can **__//''​combine''//​__** all these. Of course you can **__//''​combine''//​__** all these.
  
 +You can use <​sub>​subscript</​sub>​ and <​sup>​superscript</​sup>,​ too.
 +
 +You can mark something as <​del>​deleted</​del>​ as well.
 +
 +You can add footnotes ((This is a footnote)) by using double parentheses.
 +
 +<​code>​
 +This is preformatted code all spaces are preserved: like              <-this
 +</​code>​
  
 +<​file>​
 +This is pretty much the same, but you could use it to show that you quoted a file.
 +</​file>​
  
  
 +<code java>
 +/**
 + * 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.
 +    }
 +}
 +</​code>​
  
  
 +<file php myexample.php>​
 +php echo "hello world!";​
 +</​file>​
wiki_playground.txt ยท Last modified: 2012/11/30 13:15 (external edit)