BlueCloth Markdown implementation. See: deveiate.org/projects/BlueCloth/
RDiscount is a simple text filter. It does not support scope or locals. The :smartypants and :escape_html options may be set true to enable those flags on the underlying BlueCloth object.
# File lib/tilt.rb, line 770 def evaluate(scope, locals, &block) @output ||= @engine.to_html end
Generated with the Darkfish Rdoc Generator 2.