class HoboFields::Types::RawMarkdownString

Public Instance Methods

to_html(xmldoctype = true) click to toggle source
# File lib/hobo_fields/types/raw_markdown_string.rb, line 18
def to_html(xmldoctype = true)
  blank? ? "" : @@markdown_class.new(self).to_html.html_safe
end