-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Bugs in special character handling #1103
New issue
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
Comments
This is the last bug I mentioned |
And Chinese characters have the same problem |
Feel free to submit a fix |
I remember it was working correctly about the escape sequences issues. |
I think it was because I had to remove @Koooooo-7 can you point me the issue/PR were it was fixed? |
@anikethsaha |
@Koooooo-7 thanks for the input. @CHU295 can you mention which version you are on ? also try using |
It's marked.js`s parsing rules that cause~@anikethsaha |
so , what's ur version and trying to use v4.11.3 to make sure whether it is reproducible. thx for ur report. 💯 |
Bug Report
Steps to reproduce
When there is a special character in a title, the a tag will escape this character, but the key searched by the serach component will directly ignore it。
For example, now there is a title called 'developer's Guide', which will be converted to 'developer 39s guide', but in 'docsify. Search. Index', it will be converted to 'developers guide', The character ' is ignored
This causes the click search result to be unable to locate
What is current behaviour
What is the expected behaviour
Other relevant information
Bug does still occur when all/other plugins are disabled?
Your OS:
Node.js version:
npm/yarn version:
Browser version:
Docsify version:
Docsify plugins:
Please create a reproducible sandbox
Mention the docsify version in which this bug was not present (if any)
The text was updated successfully, but these errors were encountered: