class Asciidoctor::Callouts
def rewind
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
def rewind @list_index = 1 @co_index = 1 nil end