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::HTMLStream - A role for handlers which generate HTML

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 most of the code needed for event receivers which generate a stream of HTML output
       based on those events.

Name

       Markdent::Role::HTMLStream - A role for handlers which generate HTML

Required Methods

       This role requires that consuming classes implement two methods, "$handler->start_document" and
       "$handler->end_document".

Roles

       This role 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