minetest / contentdb

A content database for Minetest mods, games, and more
https://content.minetest.net
GNU Affero General Public License v3.0
95 stars 46 forks source link

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

Closed Wuzzy2 closed 4 months ago

Wuzzy2 commented 2 years ago

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.

rubenwardy commented 1 year ago

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 commented 4 months ago

superseded by #537 and #420