-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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
emoji in comment should not be processed #742
Comments
Please use
|
is this For example:
which should render as foo:bar:bazbut the colons are being used to try and load an emoji named bar. |
|
@sy-records I'm not saying that it doesn't work, I'm saying that it's undocumented. If this is the proper way to avoid unintentional conversion to emoji, it should be documented. |
The following md:
will be rendered as:
It is expected to leave the content in comments unchanged.
The text was updated successfully, but these errors were encountered: