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

Ampersands stripped from links #361

Open
jasonaowen opened this issue Feb 11, 2019 · 3 comments
Open

Ampersands stripped from links #361

jasonaowen opened this issue Feb 11, 2019 · 3 comments
Labels

Comments

@jasonaowen
Copy link
Contributor

I just created a post on community that contained a few links to URLs with ampersands, and the ampersands were incorrectly stripped, which broke the links.

Expected: [link name](https://example.com/?a=b&c=d) creates a link to https://example.com/?a=b&c=d
Actual: [link name](https://example.com/?a=b&c=d) creates a link to https://example.com/?a=bc=d

@davidbalbert
Copy link
Member

davidbalbert commented Feb 13, 2019 via email

@jasonaowen
Copy link
Contributor Author

Thanks, @davidbalbert !

I should add, this appears to only be in the web interface; the emailed version contained the correct links.

@davidbalbert
Copy link
Member

davidbalbert commented Feb 13, 2019 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants