Class Nanoc::Filters::Kramdown
In: lib/nanoc/filters/kramdown.rb
Parent: Nanoc::Filter

Methods

run  

Public Instance methods

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

[Validate]