Classes: Parser
'0.0.1'
7 8 9
# File 'lib/tipi.rb', line 7 def self.text_to_html(text, options = {}) Parser.new(text, options).to_html end