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

Tildes in URLs are mangled into nonsense #737

Open
James-E-A opened this issue Nov 9, 2024 · 0 comments
Open

Tildes in URLs are mangled into nonsense #737

James-E-A opened this issue Nov 9, 2024 · 0 comments
Labels
bug Something isn't working P2 priority simple Good for newcomers

Comments

@James-E-A
Copy link

If I post this markdown:

[voter ID requirements](https://www.newsweek.com/von-spakovsky-voter-fraud-trump-632422#:~:text=investigating%20imagined%20transgressions,Trump%20plainly%20craves)

It gets rendered into this HTML:

<a href="https://www.newsweek.com/von-spakovsky-voter-fraud-trump-632422#:<del>:text=investigating%20imagined%20transgressions,Trump%20plainly%20craves" rel="nofollow noopener noreferrer" target="_blank">voter ID requirements</a>

which completely breaks the text fragment anchor.


#266 is implicated here; this bug does not occur in the client-side previewer, only during the server-side bake.

@zorbathut zorbathut added bug Something isn't working simple Good for newcomers P2 priority labels Nov 14, 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 P2 priority simple Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants