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

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"

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

None by default.


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.