Shortcut to generate HTML from Markdown code using Maruku
@param [#] text the markdown to be converted @return [String] html generated from text @author manveru
# File lib/ramaze/helper/maruku.rb, line 11 11: def maruku(text) 12: ::Maruku.new(text.to_str).to_html 13: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.