Class Nanoc::Filters::Markaby
In: lib/nanoc/filters/markaby.rb
Parent: Nanoc::Filter

Methods

run  

Public Instance methods

Runs the content through [Markaby](markaby.rubyforge.org/). This method takes no options.

@param [String] content The content to filter

@return [String] The filtered content

[Validate]