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