Skip to content
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

[BUG] editor adds \ before link query parameters #547

Open
2 tasks done
shaipetel opened this issue Jul 23, 2024 · 0 comments
Open
2 tasks done

[BUG] editor adds \ before link query parameters #547

shaipetel opened this issue Jul 23, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@shaipetel
Copy link

  • I have searched for similar issues in both open and closed tickets and cannot find a duplicate.
  • I have read the documentation and cannot find an answer.

Describe the bug

Links with query string:
https://www.youtube.com/watch?v=YGjjxOVw0dQ&t=4s
Are replaced with this:
https://www.youtube.com/watch?v=YGjjxOVw0dQ\&t=4s

Reproduction
Use the public live demo editor

To Reproduce
Insert a link to a page with query string. example:

Link to [youtube](https://www.youtube.com/watch?v=YGjjxOVw0dQ&t=4s)

or just use the editor to insert a link to this url: https://www.youtube.com/watch?v=YGjjxOVw0dQ&t=4s

Switch between viewer to source, when you view source - you will see the \ was added to the link, breaking the query string.

Expected behavior
Links query string should not break.

Desktop (please complete the following information):

  • OS: Windows
  • Browser: Edge
@shaipetel shaipetel added the bug Something isn't working label Jul 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant