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
def self.engine_initialized?
  defined? ::RedcarpetCompat
end

Public Instance Methods

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

[Validate]

Generated with the Darkfish Rdoc Generator 2.