# File lib/rdoc/markup/to_label.rb, line 27
  def convert text
    label = convert_flow @am.flow text

    CGI.escape label
  end