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

Examplesof the wiki syntax as used by zim.

===== Headings =====

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

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

==== Head 3 ====

=== Head4 ===

== Head 5 ==

    ====== Head 1 ======
	
    ===== head 2 =====
	
    ==== head 3 ====
	
    === head 4 ===
	
''	== 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
    
    [[foo|bar]] link foo but display "bar"

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
    	* item 3a

TODO: numbered lists

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

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

