| Convert-Wiki documentation | view source | Contained in the Convert-Wiki distribution. |
Convert::Wiki::Node::Line - Represents a horizontal line (aka ruler)
use Convert::Wiki::Node::Line; my $hr = Convert::Wiki::Node::Line->new( ); print $hr->as_wiki();
A Convert::Wiki::Node::Line represents a horizontal line (aka ruler).
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.
| Convert-Wiki documentation | view source | Contained in the Convert-Wiki distribution. |