Libraries
»
apipie-rails
(1.5.0)
»
Index
»
Apipie
»
Markup
»
Textile
»
#to_html
Method: Apipie::Markup::Textile#to_html
Defined in:
lib/apipie/markup.rb
#
to_html
(text) ⇒
Object
45 46 47
# File 'lib/apipie/markup.rb', line 45
def
to_html
(
text
)
RedCloth
.
new
(
text
)
.
to_html
end