class Apipie::Markup::Textile
Public Class Methods
Public Instance Methods
Source
# File lib/apipie/markup.rb, line 45 def to_html(text) RedCloth.new(text).to_html end
# File lib/apipie/markup.rb, line 45 def to_html(text) RedCloth.new(text).to_html end