Object
# File lib/apipie/markup.rb, line 38 def to_html(text) RedCloth.new(text).to_html end
# File lib/apipie/markup.rb, line 34 def initialize require 'RedCloth' end