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