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