-
Notifications
You must be signed in to change notification settings - Fork 27
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
Labels
Comments
Thanks for reporting. I will try to get to this soon, but I don't have an
estimate of when.
…On Mon, Feb 11, 2019 at 12:34 AM Jason Owen ***@***.***> wrote:
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
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#361>, or mute the
thread
<https://github.com/notifications/unsubscribe-auth/AAHh1k3XUxUJdjHnSNBYYSrqxMu65EGEks5vMQECgaJpZM4azjUN>
.
|
Thanks, @davidbalbert ! I should add, this appears to only be in the web interface; the emailed version contained the correct links. |
👍
…On Wed, Feb 13, 2019 at 12:50 PM Jason Owen ***@***.***> wrote:
Thanks, @davidbalbert <https://github.com/davidbalbert> !
I should add, this appears to only be in the web interface; the emailed
version contained the correct links.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#361 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAHh1m9eJ6bosna6QO0SiFTzEd6gGUHqks5vNFBQgaJpZM4azjUN>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 tohttps://example.com/?a=b&c=d
Actual:
[link name](https://example.com/?a=b&c=d)
creates a link tohttps://example.com/?a=bc=d
The text was updated successfully, but these errors were encountered: