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