# File lib/rdoc/markup/to_tt_only.rb, line 43
  def accept_list_item_start list_item
    case @list_type.last
    when :NOTE, :LABEL then
      tt_sections(list_item.label)
    end
  end