Parent

Methods

Class/Module Index [+]

Quicksearch

Nanoc::Filters::BlueCloth

Public Instance Methods

run(content, params={}) click to toggle source

Runs the content through [BlueCloth](deveiate.org/projects/BlueCloth). This method takes no options.

@param [String] content The content to filter

@return [String] The filtered content

# File lib/nanoc/filters/bluecloth.rb, line 13
def run(content, params={})
  ::BlueCloth.new(content).to_html
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.