class Asciidoctor::Callouts

def initialize

def initialize
  @lists = []
  @list_index = 0
  next_list
end