# File lib/rdoc/markup/to_html_snippet.rb, line 85
  def accept_list_item_start list_item
    @res << list_item_start(list_item, @list.last)
  end