Class Nanoc::Filters::AsciiDoc
In: lib/nanoc/filters/asciidoc.rb
Parent: Nanoc::Filter

@since 3.2.0

Methods

run  

Public Instance methods

Runs the content through [AsciiDoc](www.methods.co.nz/asciidoc/). This method takes no options.

@param [String] content The content to filter

@return [String] The filtered content

[Validate]