class Asciidoctor::Callouts

def generate_next_callout_id

Returns A unique String id for this callout

Internal: Generate a unique id for the callout based on the internal indexes
def generate_next_callout_id
  generate_callout_id @list_index, @co_index
end