class Kramdown::Parser::Base
def parse
root of which should be @root.
The parsing code should parse the source provided in @source and build an element tree the
Parse the source string into an element tree.
def parse raise NotImplementedError end
def parse raise NotImplementedError end