Missing auto-linked headers on glossary page #12393
Labels
bug 🐛
Something isn't working
dev required
This requires developer resources
help wanted
Extra attention is needed or someone is needed to help
low priority
This has a low priority
Status: Stale
This issue is stale because it has been open 30 days with no activity.
Describe the bug
The glossary page was previously entirely markdown, which had custom header IDs for each glossary entry header, ie
### Account {#account}
. This has been converted to using a custom component for each term entry, ie<GlossaryDefinition term="account" />
.This component renders a header that does contain an id (ie.
<h3 ... id="account">
), but does not include the auto-linking (link to self) like the section headers do.To reproduce
Expected behavior
All headers on this page should have an auto-link to the ID of that section, including a hover effect to quickly access this link.
Screenshots
When hovering over "A"... but this does not occur when hovering over "Account"
Desktop (please complete the following information)
No response
Smartphone (please complete the following information)
No response
Additional context
No response
Would you like to work on this issue?
The text was updated successfully, but these errors were encountered: