this post was submitted on 28 Aug 2023
48 points (94.4% liked)

Lemmy

12392 readers
13 users here now

Everything about Lemmy; bugs, gripes, praises, and advocacy.

For discussion about the lemmy.ml instance, go to [email protected].

founded 4 years ago
MODERATORS
 

Right now Lemmy is unusable for writing code that contains less than/greater than signs because Lemmy's sanitizer treats that as potentially malicious HTML code.

Here's an example:

if(x < y)
{
/* ... */
}

The listing becomes littered with < gibberish.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 11 points 1 year ago (3 children)

It actually looks perfectly fine on Sync for Lemmy so I assume this is only a front-end problem. There are alternative front-ends that you could try.

[–] [email protected] 8 points 1 year ago (1 children)

This is what it looks in the web UI: Screenshot showing the bracket turns to ampersand lt

[–] [email protected] 11 points 1 year ago

This is how it looks on Sync, seems like he's a front end issue.

load more comments (1 replies)