# File lib/asciidoctor/extensions.rb, line 1241
    def next_auto_id
      @auto_id ||= -1
      @auto_id += 1
    end