HoboFields::Types::Text
# 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