====== Zim:Autoformat ======
Created Thursday 22/09/2005 20:02

Autoformatting means that zim parses on the fly everything you type in.

Notice that the syntax for autoformatting isn't always the same as the wiki syntax for the data formatting.

For example typing:

	= Heading 1 <ENTER>

gives you a heading 1 and typing:

	== Heading 2<ENTER>

gives you a heading 2. But in the coresponding text file these headings are marked as follows:

	====== Heading 1 ======
	
	===== Heading 2 =====
