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
Update the id of the Ranges chapter to avoid the conflict (WRS-7029)
**Root cause: **
The main title automatically receives the `id="ranges"` based on the file name `ranges.md`.
This creates a conflict when the ## Ranges sub-header also assigns the same id for chapter.
To avoid this conflict, explicitly assign a different ID to the sub-header that does not match the main title’s auto-generated ID.
0 commit comments