1= heading 1 =
2== heading 2 ==
3=== heading 3 ===
4==== heading 4 ====
5
6 preformatted text
7 preformatted text starting one line later
8* a list item directly under a codeblock
9 this is a codeblock directly under a list item
10 a codeblock, as opposed to a preblock, can contain <font color=red>red</font> text
11<pre>
12preformatted text in a "pre" tag, line 1
13line 2
14</pre>
15
16<pre>Preformatted text inside a "pre"-tag, all in one line</pre>
17
18* unordered list item
19** unordered list item, second level
20* unordered list item first level under unordered list item second level
21
22*unordered list item without space after asterisk
23
24# ordered list item
25# ordered list item 2
26## ordered list item second level
27
28=>this is not a heading!!!
29
30[http://www.staerk.de/thorsten this is an external link] this is right from the link
31
32normal text with a GB specialPattern in the line
33 preformatted text directly under normal text
34This '''is bold, but not //italic//, right?'''
35
36''this line is italic'' // two slashes surround this //
37
38<u>this is underlined</u> __two underscores surround this__
39
40''This is an italic [[link]]''. '''This is a bold [[link]]'''.
41
42[[Image:test.png]]
43
44above is the image test.png if you have it
45