Class Nanoc::Filters::Maruku
In: lib/nanoc/filters/maruku.rb
Parent: Nanoc::Filter

Methods

run  

Public Instance methods

Runs the content through [Maruku](maruku.rubyforge.org/). Parameters passed to this filter will be passed on to Maruku.

@param [String] content The content to filter

@return [String] The filtered content

[Validate]