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

NAME

Markdent::Role::AnyParser - A role for block and span parsers

DESCRIPTION

This role implements behavior shared by all types of parser.

ATTRIBUTES

This role provides the following attributes:

handler

This is a read-only attribute. It is an object which does the Markdent::Role::Handler role.

This is required for all parsers.

METHODS

$parser->_detab_text(\$text)

This takes a scalar reference to a piece of text that will be outputted and replaces tabs with spaces. This is down after a piece of text is parser for markup.

ROLES

This class does the Markdent::Role::DebugPrinter role.

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.