codemirror / CodeMirror Public
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
Zero-width non-joiner is rendered as a red dot (unrenderable) #6303
Comments
|
This has been fixed last week in 2571b4a . It'll be gone in the next release. |
|
My bad, I didn't see the non part, and assumed this was about zero-width joiners. Attached patch also removes this character from the default set of special characters. |
marijnh
added a commit
to codemirror/view
that referenced
this issue
Feb 1, 2021
|
Thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The zwnj character which is used extensively in Persian and Arabic texts, is rendered as a red dot.
Here is how it should look:

مینویسم
Here how it renders:
You can reproduce it by copy and pasting this: ""
The text was updated successfully, but these errors were encountered: