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