WikiCloth implementation. See: redcloth.org/
# File lib/tilt/wikicloth.rb, line 18 def allows_script? false end
# File lib/tilt/wikicloth.rb, line 14 def evaluate(scope, locals, &block) @output ||= @engine.to_html end
# File lib/tilt/wikicloth.rb, line 8 def prepare @parser = options.delete(:parser) || WikiCloth::Parser @engine = @parser.new options.merge(:data => data) @output = nil end