-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
How to display characters :1: in Markdown documents #16060
Labels
Comments
This is a bug in the markdown processor. It should only replace text with images for the known emoji sequences. |
The failure is here: Lines 951 to 952 in f424862
The use of strings.Contains(...) to check if the alias is known is incorrect.
would fix this particular issue |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In Markdown, the following characters
Show as follows:
How do I display
这是字符:1:
correctlyThe text was updated successfully, but these errors were encountered: