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


Convert-Wiki documentation  | view source Contained in the Convert-Wiki distribution.

Index


NAME

Top

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

SYNOPSIS

Top

	use Convert::Wiki::Node::Head;

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

	print $head->as_wiki();

DESCRIPTION

Top

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

EXPORT

Top

None by default.

SEE ALSO

Top

The base class Convert::Wiki::Node.

AUTHOR

Top

Tels http://bloodgate.com

COPYRIGHT AND LICENSE

Top


Convert-Wiki documentation  | view source Contained in the Convert-Wiki distribution.