111111
Seed, Help
[[TableOfContents]]

== 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
  1. UserPreferences
  1. TitleIndex
   a. TitieSearch
   a. FullSearch
   a. TableOfContents
  i. TagList
  i. MacroList
}}}
 * HelloWorld
 * RecentChanges
  1. UserPreferences
  1. TitleIndex
   a. TitieSearch
   a. FullSearch
   a. TableOfContents
  i. TagList
  i. MacroList


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

Line1
 Line2
  Line3
   Line4
 Line5
Line6

