Parent

Methods

Class/Module Index [+]

Quicksearch

Nanoc::Filters::Typogruby

@since 3.2.0

Public Instance Methods

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

Runs the content through [Typogruby](avdgaag.github.com/typogruby/). This method takes no options.

@param [String] content The content to filter

@return [String] The filtered content

# File lib/nanoc/filters/typogruby.rb, line 15
def run(content, params={})
  # Get result
  ::Typogruby.improve(content)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.