# File lib/rdoc/markup/to_rdoc.rb, line 242
  def start_accepting
    @res = [""]
    @indent = 0
    @prefix = nil

    @list_index = []
    @list_type  = []
    @list_width = []
  end