Class Nanoc::Filters::Rainpress
In: lib/nanoc/filters/rainpress.rb
Parent: Nanoc::Filter

Methods

run  

Public Instance methods

Runs the content through [Rainpress](code.google.com/p/rainpress/). Parameters passed to this filter will be passed on to Rainpress.

@param [String] content The content to filter

@return [String] The filtered content

[Validate]