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::Event::HTMLTag - An event for an inline self-closing HTML tag

Attributes

       This class has the following attributes:

   tag
       The tag that is starting.

   attributes
       A hash reference of attributes as key/value pairs. An attribute without a value will have a value of
       "undef" in the hash reference.

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 represents the an inline self-closing HTML tag.

Name

       Markdent::Event::HTMLTag - An event for an inline self-closing HTML tag

Roles

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

Source

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

Version

       version 0.40

See Also