BlueCloth Markdown implementation. See: deveiate.org/projects/BlueCloth/
# File lib/tilt/bluecloth.rb, line 19 def allows_script? false end
# File lib/tilt/bluecloth.rb, line 15 def evaluate(scope, locals, &block) @output ||= @engine.to_html end
# File lib/tilt/bluecloth.rb, line 10 def prepare @engine = BlueCloth.new(data, options) @output = nil end