====== Zim:Formatter ======
Sunday 18/09/2005 14:16

Zim.pm serialises the content to a data tree

For example 

 ==head1 NAME
 
 test 123
 
	==over
	
	=item 1
	
	=item 2
	
	=back

is parsed to

	[ 'head1', 'NAME'],
	'test 123'
	['list', '1', '2']

