# File lib/jekyll/filters.rb, line 4
    def textilize(input)
      RedCloth.new(input).to_html
    end