class Asciidoctor::Callouts

def rewind

Returns nothing

from the parsing to conversion phase.
Public: Rewind the list index pointer, intended to be used when switching
def rewind
  @list_index = 1
  @co_index = 1
  nil
end