Module: MaRuKu::HTMLElement
- Defined in:
- lib/maruku/html.rb
Overview
This gets mixed into HTML MDElement nodes to hold the parsed document fragment
Instance Attribute Summary collapse
-
#parsed_html ⇒ Object
Returns the value of attribute parsed_html.
Instance Attribute Details
#parsed_html ⇒ Object
Returns the value of attribute parsed_html.
23 24 25 |
# File 'lib/maruku/html.rb', line 23 def parsed_html @parsed_html end |