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
# File lib/nanoc/filters/markaby.rb, line 13 def run(content, params={}) # Get result ::Markaby::Builder.new(assigns).instance_eval(content).to_s end
Generated with the Darkfish Rdoc Generator 2.