class RDoc::Markdown::Literals
def initialize(str, debug=false)
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