module Haml::Filters::RedCloth

def render(text)

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