-
Notifications
You must be signed in to change notification settings - Fork 45
[v25] Anchors without -- prefix #757
Copy link
Copy link
Open
Labels
Legacy Generator`legacy-html`, `legacy-json`, and their `-all` variants`legacy-html`, `legacy-json`, and their `-all` variantsgood first issueGood for newcomersGood for newcomers
Description
Affected URL(s)
https://nodejs.org/docs/latest-v25.x/api/cli.html#permission
Description of the problem
- In v24, HTML anchors have the prefix
--. For example, for the heading--permission, the anchor is also--permission. - In v25, the prefix is removed. For the heading
--permission, the anchor ispermission.
The links haven't been changed, so they still go to the correct page, but they don't scroll to the right spot.
- File System - manageable through --allow-fs-read, --allow-fs-write flags
Either the problem comes from how the anchors are generated, or all the links need to be corrected.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Legacy Generator`legacy-html`, `legacy-json`, and their `-all` variants`legacy-html`, `legacy-json`, and their `-all` variantsgood first issueGood for newcomersGood for newcomers