We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If a heading includes for instance an apostrophe it gets converted to its entity reference number in the resulting id.
So for instance
## Turn on 'compatibility mode'
results in the URL https://frontend.design-system.service.gov.uk/compatibility-mode/#39-compatibility-mode-39
https://frontend.design-system.service.gov.uk/compatibility-mode/#39-compatibility-mode-39
and
## Find out which version you're using
becomes https://frontend.design-system.service.gov.uk/updating-with-npm/#find-out-which-version-you-39-re-using
https://frontend.design-system.service.gov.uk/updating-with-npm/#find-out-which-version-you-39-re-using
The URLs end up looking pretty weird, this might or might not be an issue for users.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What
If a heading includes for instance an apostrophe it gets converted to its entity reference number in the resulting id.
So for instance
results in the URL
https://frontend.design-system.service.gov.uk/compatibility-mode/#39-compatibility-mode-39
and
becomes
https://frontend.design-system.service.gov.uk/updating-with-npm/#find-out-which-version-you-39-re-using
Why fix this
The URLs end up looking pretty weird, this might or might not be an issue for users.
The text was updated successfully, but these errors were encountered: