|
Convert::Wiki::Node::Para - Represents a text paragraph node |
Convert::Wiki::Node::Para - Represents a text paragraph node
use Convert::Wiki::Node::Para;
my $para = Convert::Wiki::Node->new( txt => 'Foo is a foobar.', type => 'para' );
print $para->as_wiki();
A Convert::Wiki::Node::Para represents a normal text paragraph.
None by default.
the Convert::Wiki::Node manpage.
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.
|
Convert::Wiki::Node::Para - Represents a text paragraph node |