-
Notifications
You must be signed in to change notification settings - Fork 164
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
When linking to headings on a Framework page, slugs are generated in a manner inconsistent with other static site generators/GitHub.
For instance, when linking to a heading in a source file on GitHub will make the link incongruent with the page URL slug under the current sanitisation scheme:
https://github.com/suptext/suptext.github.io/blob/main/code/from/2024/07/26/building-quickset.md#whats-your-path
https://suptext.is/from/2024/07/26/building-quickset#what%E2%80%99s-your-path%3F
Instead of:
https://suptext.is/from/2024/07/26/building-quickset#whats-your-path
I think the way GitHub sanitises heading slugs is the way to go.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request