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
The URL is: URL?id=_1-my-headline Should be: URL?id=1-my-headline
URL?id=_1-my-headline
URL?id=1-my-headline
The id is: URL?_id=_1-my-headline
id
URL?_id=_1-my-headline
The id should be : URL?id=1-my-headline
There should be no underline before at the beginning.
The text was updated successfully, but these errors were encountered:
Thx for ur report. It is the way how we solve the siderbar links rn. According to the W3C docs id-selectors.
W3C
An ID selector consists of a “number sign” (U+0023, #) immediately followed by the ID value, which must be a CSS identifier.
When a head starts with digit, it is not a valid selector , so we add the _ to make it works as anchor on sidebar.
_
Sorry, something went wrong.
No branches or pull requests
Bug Report
Steps to reproduce
example ## 1. my headline
The URL is:
URL?id=_1-my-headline
Should be:
URL?id=1-my-headline
What is current behaviour
The
id
is:URL?_id=_1-my-headline
What is the expected behaviour
The
id
should be :URL?id=1-my-headline
There should be no underline before at the beginning.
The text was updated successfully, but these errors were encountered: