
Convert::Wiki::Node::Head - Represents a headline node

use Convert::Wiki::Node::Head;
my $head = Convert::Wiki::Node->new( txt => 'About Foo', type => 'head1' );
print $head->as_wiki();

A Convert::Wiki::Node::Head represents a headline node in a text.

None by default.

The base class Convert::Wiki::Node.

Tels http://bloodgate.com

Copyright (C) 2004 by Tels
This library is free software; you can redistribute it and/or modify it under the terms of the GPL. See the LICENSE file for more details.