-
-
Notifications
You must be signed in to change notification settings - Fork 382
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
Allow backslash-escape for @mention and emoji #232
Comments
short term work around, I put them in backticks: but yes, this sounds good. Does this belong over in GFM where the syntax is defined? |
+1 |
+1 Every language needs a way to escape strings. come on github, this is basic... |
This is an open source project managed by volunteers that are unaffiliated with GitHub. If it's so basic consider opening a pull request. |
oddly, in this issue |
GitHub does not use this project for rendering their comments. I suggest writing an email to their Support team about it. |
Testing again with backslashes: @mention 👍 |
So backslashes now disable @ but not : in emojis, in GitHub comments. I can contact GitHub support. |
No wait. "@mention" is never linked. Testing again: @zcorpan |
Closed as this is not the place to log GitHub bugs. |
Most syntax in GFM can be escaped in one way or another, but I found no good way to escape @mention syntax and emoji syntax other than inserting a U+200B ZERO WITH SPACE after @ or :
It should be possible to do
\@mention
and\:+1\:
and have the backslash removed and mention/emoji disabled.The text was updated successfully, but these errors were encountered: