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


Markdent documentation  | view source Contained in the Markdent distribution.

Index


NAME

Top

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

VERSION

Top

version 0.17

DESCRIPTION

Top

This class implements an event receiver which in turn builds a tree using Tree::Simple.

It is primarily intended for use in testing.

METHODS

Top

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.

ROLES

Top

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

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.