parse(parent, indent = 0)
Instance Public methods
Parses the tokens into an array of RDoc::Markup::XXX objects, and appends
them to the passed parent RDoc::Markup::YYY object.
Exits at the end of the token stream, or when it encounters a token in a
column less than indent (unless it is a NEWLINE).
Returns parent.