Some simple style tests just for me =)
----
----
----
{{toc}}
----
==Header 1==
===Header 2==
====Header 3==
=====Header 4==
======Header 5==
=======Header 6==
----
#|
|| Table | with | default | borders ||
|| and | not | 100% | width ||
|#
----
#||
|| Table | with | no | borders ||
|| and | with | 100% | width ||
|| by | default | as | usual ||
||#
----
**Bold text**
//Italic text//
++Small Text++
!!Hint!!
!!(blue)Hint!!
!!(green)Hint!!
!!(red)Hint!!
!!(black)Hint!!
??Readable comment??
__Underlined text__
##Command line##
----
*Unordered list
*Item 2
*Item 2.1
*Item 3.0
1. Ordered list
2. Item 2
2.1 Item 2.1
3. Item 3.0
Invisible list
Next one
* A test
And next one
----
**Sourcecode:**
%%(html)
Some simple style tests just for me =)</p><br />
<br /><a name="p8800-2"></a><p class="auto" id="p8800-2">
<!--notypo--><fieldset><legend><strong> Inhalt </strong></legend><div class="toc1"><a href="#h8800-3">Header 2</a></div><div class="toc2"><a href="#h8800-4">Header 3</a></div><div class="toc3"><a href="#h8800-5">Header 4</a></div><div class="toc4"><a href="#h8800-6">Header 5</a></div><div class="toc5"><a href="#h8800-7">Header 6</a></div></fieldset><!--/notypo--></p><br />
<hr noshade="noshade" size="1" />
<a name="h84992-2"></a><h1>Header 1</h1><a name="h84992-3"></a><h2>Header 2</h2><a name="h84992-4"></a><h3>Header 3</h3><a name="h84992-5"></a><h4>Header 4</h4><a name="h84992-6"></a><h5>Header 5</h5><a name="h84992-7"></a><h6>Header 6</h6>
<br />
<hr noshade="noshade" size="1" />
<br />
<table class="usertable" border="1">
<tr class="userrow"><td class="usercell"> Table </td><td class="usercell"> with </td><td class="usercell"> default </td><td class="usercell"> borders </td></tr>
<tr class="userrow"><td class="usercell"> and </td><td class="usercell"> not </td><td class="usercell"> 100% </td><td class="usercell"> width </td></tr>
</table>
<br />
<hr noshade="noshade" size="1" />
<br />
<table class="dtable" border="0">
<tr class="userrow"><td class="usercell"> Table </td><td class="usercell"><div class="indent">with </div></td><td class="usercell"> no </td><td class="usercell"> borders </td></tr>
<tr class="userrow"><td class="usercell"> and </td><td class="usercell"> with </td><td class="usercell"> 100% </td><td class="usercell"> width </td></tr>
<tr class="userrow"><td class="usercell"> by </td><td class="usercell"> default </td><td class="usercell"> as </td><td class="usercell"> usual </td></tr>
</table>
<br />
<hr noshade="noshade" size="1" />
<br /><a name="p84992-2"></a><p class="auto" id="p84992-2">
<strong>Bold text</strong><br />
<em>Italic text</em><br />
<small>Small Text</small><br />
<span class="cite">Hint</span><br />
<span class="mark">Readable comment</span><br />
<u>Underlined text</u><br />
<tt>Command line</tt></p><br />
<hr noshade="noshade" size="1" />
<br />
<ul><li>Unordered list
</li><li>Item 2
<ul><li>Item 2.1
</li></ul></li><li>Item 3.0</li></ul>
<br />
<ol type="1"><li> Ordered list
</li><li> Item 2
<ol type="2"><li>1 Item 2.1
</li></ol></li><li> Item 3.0</li></ol>
<br />
<div class="indent">Invisible list<div class="indent">Next one</div></div>
<br />
<hr noshade="noshade" size="1" />
%%