# File lib/nanoc/filters/bluecloth.rb, line 14
    def run(content, params={})
      ::BlueCloth.new(content).to_html
    end