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

NAME

Markdent::Dialect::Standard::SpanParser - Span parser for Theory's Markdown

DESCRIPTION

This class extends the Markdent::Dialect::Standard::SpanParser class in order to allow the pipe (|) and colon (:) characters to be backslash-escaped. These are used to mark tables, so they need to be escapeable.

METHODS

This class provides the following methods:

ROLES

This class does the Markdent::Role::SpanParser, 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.