# File lib/jekyll/site.rb, line 85
    def textile(content)
      RedCloth.new(content).to_html
    end