You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
section IDs are not properly generated. In particular, special characters such as - are replaced with the idprefix value instead of being ignored: only spaces, hyphens and periods should be replaced.
See https://docs.asciidoctor.org/asciidoc/latest/sections/auto-ids/
The text was updated successfully, but these errors were encountered:
section IDs are not properly generated. In particular, special characters such as
-
are replaced with theidprefix
value instead of being ignored: only spaces, hyphens and periods should be replaced.See https://docs.asciidoctor.org/asciidoc/latest/sections/auto-ids/
The text was updated successfully, but these errors were encountered: