class RedcarpetCompat

extensions enabled, same behavior as in RDiscount
Creates a instance of Redcarpet with all markdown
Compatibility class;

def initialize(text, *extensions)

def initialize(text, *extensions)
  super(text, *extensions)
  self.tables = !self.no_tables
  self.strikethrough = true
  self.lax_htmlblock = true
end