Methods

Included Modules

Class Index [+]

Quicksearch

Haml::Filters::Maruku

Parses the filtered text with [Maruku](maruku.rubyforge.org), which has some non-standard extensions to Markdown.

Public Instance Methods

render(text) click to toggle source

@see Base#render

     # File lib/haml/filters.rb, line 366
366:       def render(text)
367:         ::Maruku.new(text).to_html
368:       end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.