class Tilt::BlueClothTemplate

deveiate.org/projects/BlueCloth/
BlueCloth Markdown implementation. See:

def allows_script?

def allows_script?
  false
end

def evaluate(scope, locals, &block)

def evaluate(scope, locals, &block)
  @output ||= @engine.to_html
end

def prepare

def prepare
  @engine = BlueCloth.new(data, options)
  @output = nil
end