Class Nanoc3::Filters::RedCloth
In: lib/nanoc3/filters/redcloth.rb
Parent: Nanoc3::Filter

Methods

run  

Public Instance methods

Runs the content through [RedCloth](redcloth.org/). This method takes no options.

@param [String] content The content to filter

@return [String] The filtered content

[Validate]