Runs the content through [Kramdown](kramdown.rubyforge.org/). Parameters passed to this filter will be passed on to Kramdown.
@param [String] content The content to filter
@return [String] The filtered content
# File lib/nanoc/filters/kramdown.rb, line 13 def run(content, params={}) # Get result ::Kramdown::Document.new(content, params).to_html end
Generated with the Darkfish Rdoc Generator 2.