Skip Navigation

Please fix the excessive HTML escaping of posts

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:

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

  

The listing becomes littered with < gibberish.

You're viewing a single thread.

7 comments
7 comments