# File lib/nanoc/filters/pandoc.rb, line 15
    def run(content, params={})
      PandocRuby.convert(content, params)
    end