Module: Tipi

Defined in:
lib/tipi.rb,
lib/tipi/parser.rb,
lib/tipi/version.rb

Defined Under Namespace

Classes: Parser

Constant Summary collapse

VERSION =
'0.0.1'

Class Method Summary collapse

Class Method Details

.text_to_html(text, options = {}) ⇒ Object



7
8
9
# File 'lib/tipi.rb', line 7

def self.text_to_html(text, options = {})
  Parser.new(text, options).to_html
end