NAME
Markdent::Dialect::Standard::BlockParser - Block parser for Theory's Markdown
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 & LICENSE
Copyright 2009 Dave Rolsky, All Rights Reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.