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

[Validate]

Generated with the Darkfish Rdoc Generator 2.