markup(text)
Convert a string in markup format into HTML.
Requires the including class to implement #formatter
# File lib/rdoc/text.rb, line 81 def markup text document = parse text document.accept formatter end