Malt::Format::Abstract
# File lib/malt/formats/html.rb, line 11 def html(*) text end
HTML is HTML ;)
HTML
# File lib/malt/formats/html.rb, line 16 def to_html(*) self end