# File lib/rdoc/markup/to_html.rb, line 165
  def start_accepting
    @res = []
    @in_list_entry = []
    @list = []
  end