====== Zim:Syntax ======

Examplesof the wiki syntax as used by zim.

===== Headings =====

====== Head 1 ======

===== Head 2 =====

==== Head 3 ====

=== Head4 ===

== Head 5 ==

===== Links =====

This [[zim:features|features]] is an example of a link

    [[foo]]  links to page in the current namespace
    [[:foo]] links to page in the root namespace
    [[.foo]] links to page in a subnamespace

External links like http://nongnu.org are also supported

===== Lists =====

* item 1
* item 2
* item 3
  * item 3 A

    * item 1
    * item 2
    * item 3

TODO: numbered lists

===== Markup =====
**bold**, //italic// and __underline__

    **bold**, //italic// and __underline__

