Text::WikiFormat::Blocks - blocktypes for Text::WikiFormat
None. Use the Text::WikiFormat manpage as the public interface, unless you want to
create your own block type.
This module merely creates subclasses of Text::WikiFormat::Block, which is the
interesting code. A block is a collection of related lines, such as a code
block (text to display verbatim in a monospaced font), a header, an unordered
list, an ordered list, and a paragraph (text to display in a proportional
font).
Every block extends Text::WikiFormat::Block.
The following methods exist:
chromatic, chromatic at wgz dot org
No known bugs.
Copyright (c) 2006, chromatic. Some rights reserved.
This module is free software; you can use, redistribute, and modify it under
the same terms as Perl 5.8.x.
|