Markdown code blocks are broken
What a hell is going on? I expect to see everything inside backticks exactly as I typed, but something happens to ''>" and "<" characters. In the preview everything is fine, but after submitting the post it breaks:
- "<" →
< - ">" →
> - "<<" →
<< - ">>" →
>> - "<a>" → ``
- "</a>" → ``
4 replies
Broken input sanitization probably.
Issue will thankfully no longer exist in the next lemmy release.
Why is that?
https://github.com/LemmyNet/lemmy/pull/4024
Same with &:
&Also happens in post titles. Use ꯴ or &, or ᐸ if not critical.