11 11 11

teset
== Heading ==
{{{
= H1 =
== H2 ==
=== H3 ===
==== H4 ====
===== H5 =====
====== H6 ======
}}}

= H1 =
== H2 ==
=== H3 ===
==== H4 ====
===== H5 =====
====== H6 ======


== Table ==
{{{
|| ### Cell 1 ### || ### Cell 2 ### || ### Cell 3 ### ||
||> Right ||< Left ||<> Center ||
||> Right ||< Left ||>< Center ||
}}}

|| ### Cell 1 ### || ### Cell 2 ### || ### Cell 3 ### ||
||> Right ||< Left ||<> Center ||
||> Right ||< Left ||>< Center ||


== Text Decoration ==
{{{
'''Strong''', ''Italic'', --Strike--, __Underline__, ^^Sup^^, ``Sub``
}}}

'''Strong''', ''Italic'', --Strike--, __Underline__, ^^Sup^^, ``Sub``


== Link ==
{{{
FrontPage
[FrontPage]
[http://imwiki.kldp.net imWiki Homepage]
http://imwiki.kldp.net
}}}

FrontPage
[FrontPage]
[http://imwiki.kldp.net imWiki Homepage]
http://imwiki.kldp.net


== Macro ==
{{{
[[HelloWorld]]
}}}

[[HelloWorld]]


== List ==
{{{
 * HelloWorld
 * RecentChanges
 * UserPreferences
 * TitleIndex
 * TitieSearch
 * FullSearch
 * TableOfContents
}}}

 * HelloWorld
 * RecentChanges
 * UserPreferences
 * TitleIndex
 * TitieSearch
 * FullSearch
 * TableOfContents


== Indent ==
Indent
{{{
Line1
 Line2
  Line3
   Line4
 Line5
Line6
}}}

Line1
 Line2
  Line3
   Line4
 Line5
Line6

