Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to type less than symbol in a comment #2092

Open
4 tasks done
abhibeckert opened this issue Aug 28, 2023 · 1 comment
Open
4 tasks done

Unable to type less than symbol in a comment #2092

abhibeckert opened this issue Aug 28, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@abhibeckert
Copy link

abhibeckert commented Aug 28, 2023

Requirements

  • This is a bug report, and if not, please post to https://lemmy.ml/c/lemmy_support instead.
  • Please check to see if this issue already exists.
  • It's a single bug. Do not report multiple bugs in one issue.
  • It's a frontend issue, not a backend issue; Otherwise please create an issue on the backend repo instead.

Summary

In a programming community, I tried to post this code in a comment:

    let utf16_data: Vec<u16> = string.encode_utf16().collect();

However Lemmy strips out <u16> and I can't seem to figure out any way to get it to output that text in a comment.

Steps to Reproduce

  1. write a comment with <u16> in the contents
  2. pst the comment, it won't be there

Technical Details

Chromium based browser. No errors.

Lemmy Instance Version

0.18.4

Lemmy Instance URL

https://lemmy.world/post/3969567

@abhibeckert abhibeckert added the bug Something isn't working label Aug 28, 2023
@bleistift-zwei
Copy link

What’s more: typing a single < becomes &lt;, which isn’t properly rendered when the comment is displayed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants