| Class | MaRuKu::Out::HTML::HTMLElement |
| In: |
lib/maruku/output/to_html.rb
|
| Parent: | Object |
A simple class to represent an HTML element for output.
| SELF_CLOSING | = | Set.new %w[br hr img link meta] | These elements have no children and should be rendered with a self-closing tag. It‘s not an exhaustive list, but they cover everything we use. |
| attributes | [RW] | |
| children | [RW] | |
| name | [RW] |