# File lib/nanoc3/filters/redcloth.rb, line 12
    def run(content, params={})
      require 'redcloth'

      # Get result
      ::RedCloth.new(content).to_html
    end