Convert::Wiki::Node::Mono - Represents a monospaced text block


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

Index


NAME

Top

Convert::Wiki::Node::Mono - Represents a monospaced text block

SYNOPSIS

Top

	use Convert::Wiki::Node::Mono;

	my $para = Convert::Wiki::Node->new( txt => 'Foo is a foobar.', type => 'mono' );

	print $para->as_wiki();		# print something like " Foo is a foorbar\n"

DESCRIPTION

Top

A Convert::Wiki::Node::Mono represents an monospaced textblock.

EXPORT

Top

None by default.

SEE ALSO

Top

Convert::Wiki::Node.

AUTHOR

Top

Tels http://bloodgate.com

COPYRIGHT AND LICENSE

Top


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