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

version 0.20

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.

This class provides the following methods:

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

See Markdent for bug reporting details.

Dave Rolsky <autarch@urth.org>

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.