The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Markdent::Dialect::Theory::BlockParser - Block parser for Theory's Markdown

VERSION

version 0.18

DESCRIPTION

This class adds parsing for Markdown extensions proposed by David Wheeler (aka Theory). See http://justatheory.com/computers/markup/markdown-table-rfc.html and http://justatheory.com/computers/markup/modest-markdown-proposal.html for details.

For now, this class handles tables only.

This class extends the Markdent::Dialect::Standard::BlockParser class.

METHODS

This class provides the following methods:

ROLES

This class does the Markdent::Role::BlockParser, Markdent::Role::AnyParser, and Markdent::Role::DebugPrinter roles.

BUGS

See Markdent for bug reporting details.

AUTHOR

Dave Rolsky <autarch@urth.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2010 by Dave Rolsky.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.