class RDoc::Markdown::Literals

def initialize(str, debug=false)

parser setup code.
can redefine #initialize and still have access to the proper
This is distinct from setup_parser so that a standalone parser
def initialize(str, debug=false)
  setup_parser(str, debug)
end