Discount Markdown implementation. See: github.com/rtomayko/rdiscount
RDiscount is a simple text filter. It does not support scope or locals. The :smart and :filter_html options may be set true to enable those flags on the underlying RDiscount object.
# File lib/sinatra/tilt.rb, line 625 625: def evaluate(scope, locals, &block) 626: @output ||= @engine.to_html 627: end
# File lib/sinatra/tilt.rb, line 611 611: def flags 612: [:smart, :filter_html].select { |flag| options[flag] } 613: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.