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

Instance Attribute Details

#parsed_htmlObject

Returns the value of attribute parsed_html.



23
24
25
# File 'lib/maruku/html.rb', line 23

def parsed_html
  @parsed_html
end