# File lib/asciidoctor/callouts.rb, line 79
  def next_list
    @list_index += 1

    if @lists.size < @list_index
      @lists << []
    end

    @co_index = 1

    nil
  end