markup(text)
public
Convert a string in markup format into
HTML. Removes the first
paragraph tags if remove_para is true.
Requires the including class to implement #formatter
# File lib/rdoc/text.rb, line 51
def markup text
document = parse text
document.accept formatter
end