# File lib/jekyll/converters/textile.rb, line 28
    def convert(content)
      setup
      RedCloth.new(content).to_html
    end