class Asciidoctor::Callouts

def current_list

Returns The Array of callouts at the position of the list index pointer

Public: The current list for which callouts are being collected
def current_list
  @lists[@list_index - 1]
end