Methods

Included Modules

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 380
380:       def render(text)
381:         ::Maruku.new(text).to_html
382:       end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.