contentdb icon indicating copy to clipboard operation
contentdb copied to clipboard

This URL doesn't work: https://fosstodon.org/web/@Wuzzy

Open Wuzzy2 opened this issue 3 years ago • 1 comments

Summary

If you add this URL into a game description:

https://fosstodon.org/web/@Wuzzy

It won't get properly clickable. It turns into two different links, both lead to the wrong webpage.

Steps to reproduce

Go to https://content.minetest.net/packages/Wuzzy/lazarr/ and hover https://fosstodon.org/web/@Wuzzy.

Wuzzy2 avatar Feb 04 '22 17:02 Wuzzy2

As a work around, you should explicitly make this a link rather than relying on the markdown processor turning plain text into a link. That's done by wrapping the URL with <>:

<https://fosstodon.org/web/@Wuzzy>

rubenwardy avatar May 19 '23 19:05 rubenwardy