class HTML < Thermal::Printer TRANSLATE = { :strong => ["", ""], :underline => ["", ""], } def self.translate TRANSLATE end end