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