summaryrefslogtreecommitdiff
path: root/sandbox.mdwn
blob: 4b2c094d710308a305ee2f730fed288a94ebef99 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
This is the SandBox, a page anyone can edit to learn how to use the wiki.

----

[[inktest|http://google.de]]
[[link test|http://google.de]]

[[!img bildlala2.jpg align="right" size="" alt=""]]

Hopefully, here will be some sourcecode in highlight.

[[!format  c """
#include <stdio.h>

int main(int argc, char **argv)
{
    /* This prints a Hello, World! */
    puts("Hello, World!\n");
    return 0;
}

static void troll(void)
{
   goto out;
out:
   return 5;
}
"""]]

Here's a paragraph. 

Here's another one with *emphasised* text.

I wonder what happens if I add a new [[projects]]

# Header

## Subheader

> This is a blockquote.
>
> This is the first level of quoting.
>
> > This is nested blockquote.
>
> Back to the first level.

Numbered list 

1. First item.
1. Another.
1. And another..

Bulleted list

* *item*
* item

[[ikiwiki/WikiLink]]