| Markdent documentation | view source | Contained in the Markdent distribution. |
Markdent::Event::StartHTMLTag - An event for the start of an inline HTML tag
version 0.17
This class represents the start of an inline HTML tag.
This class has the following attributes:
The tag that is starting.
A hash reference of attributes as key/value pairs. An attribute without a
value will have a value of undef in the hash reference.
This class does the Markdent::Role::Event role.
See Markdent for bug reporting details.
Dave Rolsky <autarch@urth.org>
This software is copyright (c) 2010 by Dave Rolsky.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
| Markdent documentation | view source | Contained in the Markdent distribution. |