module Haml::Filters::Textile

def render(text)

def render(text)
  ::RedCloth.new(text).to_html(:textile)
end