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::Handler::MinimalTree - A Markdent handler which builds a tree

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 class implements an event receiver which in turn builds a tree using Tree::Simple.

       It is primarily intended for use in testing.

Methods

       This class provides the following methods:

   Markdent::Handler::MinimalTree->new(...)
       This method creates a new handler.

   $mhmt->tree
       Returns the root tree for the document.

Name

       Markdent::Handler::MinimalTree - A Markdent handler which builds a tree

Roles

       This class does the Markdent::Role::EventsAsMethods and Markdent::Role::Handler roles.

Source

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

Version

       version 0.40

See Also