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