Class Nanoc::Filters::Pandoc
In: lib/nanoc/filters/pandoc.rb
Parent: Nanoc::Filter

Methods

run  

Public Instance methods

Runs the content through [Pandoc](johnmacfarlane.net/pandoc/) using [PandocRuby](github.com/alphabetum/pandoc-ruby). Options are passed on to PandocRuby.

@param [String] content The content to filter

@return [String] The filtered content

[Validate]