My site has been running fine for some time with the following in my config.yaml to make hugo fail only on fatal asciidoctor warnings:
markup:
asciidocext:
safeMode: unsafe
failureLevel: fatal
But a recently added document is causing hugo 82.0 to fail with:
$ hugo --minify --destination=public/ && cp public/fr/404.html public/ --verbose
Start building sites …
ERROR 2021/05/08 22:56:36 docs/lexique-coul/nav.adoc: asciidoctor: INFO: possible invalid reference: _dioula_français
I tried with hugo 80 and get the same error. Did anything change with asciidoctor functionality at some point?