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
Links in search results are broken because <mark> is inserted to highlight the search key.
<mark>
Highlighting is great, a broken link isn't
test.com
http://test.com
http://<mark>test</mark>.com
only the link text should include <mark>, not href
href
cc #16166
The text was updated successfully, but these errors were encountered:
Duplicate of #18456
Sorry, something went wrong.
Please move this discussion to #18770 Thanks!
No branches or pull requests
Description:
Links in search results are broken because
<mark>
is inserted to highlight the search key.Highlighting is great, a broken link isn't
Steps to reproduce:
test.com
Expected behavior:
http://test.com
Actual behavior:
http://<mark>test</mark>.com
only the link text should include
<mark>
, nothref
Server Setup Information:
Client Setup Information
Additional context
Relevant logs:
cc #16166
The text was updated successfully, but these errors were encountered: