Convert::Wiki::Node::Head 0.05 review
Download
|
|
Convert::Wiki::Node::Head is a Perl module that represents a headline node.
SYNOPSIS
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.
Requirements:
Perl
Convert::Wiki::Node::Head 0.05 search tags