# File lib/asciidoctor/callouts.rb, line 5
  def initialize
    @lists = []
    @list_index = 0
    next_list
  end