Convert::Wiki::Node::Item 0.05 review
Download
|
|
Convert::Wiki::Node::Item is a Perl module that represents an item in a list (aka < li > or *).
SYNOPSIS
use Convert::Wiki::Node::Item;
my $para = Convert::Wiki::Node->new( txt => 'Foo is a foobar.', type => 'item' );
print $para->as_wiki(); # print something like "* Foo is a foorbarn"
A Convert::Wiki::Node::Item represents an item in a list (aka the equivalent of < li > or *.
Requirements:
Perl
Convert::Wiki::Node::Item 0.05 keywords