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


Markdent documentation  | view source Contained in the Markdent distribution.

Index


NAME

Top

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

VERSION

Top

version 0.17

DESCRIPTION

Top

This role implements behavior shared by all types of parser.

ATTRIBUTES

Top

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

Top

$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

Top

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

BUGS

Top

See Markdent for bug reporting details.

AUTHOR

Top

Dave Rolsky <autarch@urth.org>

COPYRIGHT AND LICENSE

Top


Markdent documentation  | view source Contained in the Markdent distribution.