Methods

Included Modules

Haml::Filters::Textile

Parses the filtered text with [Textile](www.textism.com/tools/textile). Only works if [RedCloth](redcloth.org) is installed.

Public Instance Methods

render(text) click to toggle source

@see Base#render

# File lib/haml/filters.rb, line 338
def render(text)
  ::RedCloth.new(text).to_html(:textile)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.