Tilt::RedcarpetTemplate::Redcarpet1

Compatibility mode for Redcarpet 1.x

Public Class Methods

engine_initialized?() click to toggle source
    # File lib/tilt/markdown.rb, line 68
68:       def self.engine_initialized?
69:         defined? ::RedcarpetCompat
70:       end

Public Instance Methods

prepare() click to toggle source
    # File lib/tilt/markdown.rb, line 72
72:       def prepare
73:         @engine = RedcarpetCompat.new(data, *flags)
74:         @output = nil
75:       end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.