class Minidown::RawHtmlElement
Public Instance Methods
parse()
click to toggle source
# File lib/minidown/elements/raw_html_element.rb, line 3 def parse nodes << self end
to_html()
click to toggle source
# File lib/minidown/elements/raw_html_element.rb, line 7 def to_html content end