Kramdown Markdown implementation. See: kramdown.rubyforge.org/
# File lib/tilt/kramdown.rb, line 20 def allows_script? false end
# File lib/tilt/kramdown.rb, line 16 def evaluate(scope, locals, &block) @output ||= @engine.to_html end
# File lib/tilt/kramdown.rb, line 10 def prepare options[:smart_quotes] = DUMB_QUOTES unless options[:smartypants] @engine = Kramdown::Document.new(data, options) @output = nil end