Parses the filtered text with [Textile](www.textism.com/tools/textile). Only works if [RedCloth](redcloth.org) is installed.
@see Base#render
# File lib/haml/filters.rb, line 324 324: def render(text) 325: ::RedCloth.new(text).to_html(:textile) 326: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.