# File lib/creole.rb, line 13
  def self.creolize(text, options = {})
    Parser.new(text, options).to_html
  end