83
What happens to the ampersand on the internet?
(lemmy.world)
Simplifying Complexity, One Answer at a Time!
Rules
It's because some part of the post is being sanitized to reduce the possibility of a security flaw by someone managing to type in something that could be executed by the server or your web browser in an unexpected way.
https://github.com/LemmyNet/lemmy/blob/main/RELEASES.md#major-changes-1
The
&
symbol is however incorrectly parsed by the sanitizer, which will eventually be patched by the devs.