Template
BlueCloth Markdown implementation. See: deveiate.org/projects/BlueCloth/
# File lib/tilt/markdown.rb, line 127 def self.engine_initialized? defined? ::BlueCloth end
# File lib/tilt/markdown.rb, line 140 def evaluate(scope, locals, &block) @output ||= @engine.to_html end
# File lib/tilt/markdown.rb, line 131 def initialize_engine require_template_library 'bluecloth' end
# File lib/tilt/markdown.rb, line 135 def prepare @engine = BlueCloth.new(data, options) @output = nil end
[Validate]
Generated with the Darkfish Rdoc Generator 2.