logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

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.

Author

       Dave Rolsky <autarch@urth.org>

Bugs

       See Markdent for bug reporting details.

       Bugs may be submitted at <https://github.com/houseabsolute/Markdent/issues>.

       I am also usually active on IRC as 'autarch' on "irc://irc.perl.org".

Description

       This role implements behavior shared by all types of parser.

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.

Name

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

Roles

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

Source

       The source code repository for Markdent can be found at <https://github.com/houseabsolute/Markdent>.

Version

       version 0.40

See Also