I just ran into this and it was driving me crazy. I had a link in a post that went to the wrong place:
[The Right Place](https://example.org/the-wrong-url)
and I noticed that and copied the right URL, https://example.org/the-right-place, and then pasted it, and got this confusing result:
[The Right Place]([https://example.org/the-wrong-url](https://example.org/the-right-place))
Huh. I thought. Let me try that again. Is there some sort of new Firefox/Wayland past bug? So I selected the part in between the ()s again, andā¦
[The Right Place]([[https://example.org/the-wrong-url](https://example.org/the-right-place)](https://example.org/the-right-place))
OMG SO CONFUSED!!!1
Then I happened to remember Iād happened to scroll by the topic linked above the other day. Iām glad I had, because I guarantee you I would have been perplexed for a much longer time than one would hope from a person who is supposed to be smart.
Can this code please be adjusted to not do this at least to text that is a markdown link, but actually probably never to any URL ever, because
doesnāt seem like something anyone should be encouraged to do ā let alone possible tricked into doing by the software trying to be helpful at the wrong time.
What exactly did you highlight when you pasted the second time? If the markdown is already set to [The Right Place](https://example.org/the-wrong-url), I highlight https://example.org/the-wrong-url and paste https://example.org/the-right-place, it just replaces the first URL with the second.
Also, pasting a standalone URL on top of another URL just replaces it. It doesnāt do this as far as I can see.
I just checked, and while it doesnāt happen here, it does happen on the Fedora sites and on https://discuss.python.org/. Perhaps thereās a fix in testing here that hasnāt gone out to hosted sites generally?
I think thereās generally a delay between a change making it to Meta and making it to hosted sites. I donāt know the general timeline or if it differs by customer, but I usually see changes on Meta make it to the hosted site I use within a few days.
As noted, canāt reproduce this on meta but can reproduce it on both Fedora sites and on the Python one. So if you didnāt fix it on purpose, something is still wrong somewhere.