Methods

Class Index [+]

Quicksearch

Ramaze::Helper::Maruku

Public Instance Methods

maruku(text) click to toggle source

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.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.