====== 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__

===== Images =====

**Do not use image tags with zim versions < 0.07**, 
this will result in data loss.

To include images use: 

    {{foobar.png}}

The filename for an image can either be absolute or relative. If relative it is looked for in the same directory as where the text source of the current page is. 
