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