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/tilt/markdown.rb, line 37 37: def evaluate(scope, locals, &block) 38: @output ||= @engine.to_html 39: end
# File lib/tilt/markdown.rb, line 20 20: def flags 21: FLAGS.select { |flag| options[flag] }.map { |flag| ALIAS[flag] || flag } 22: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.