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