We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
☺ should render ☺️ emoji
it renders two relaxed emoji
paste '\u263a\ufe0f' into console and result character into emoji demo (it's single unicode emoji and VARIATION SELECTOR that is used to mark emoji as renderable images) https://codepen.io/jcubic/pen/qPVMPg
The text was updated successfully, but these errors were encountered:
fix emoji that contain U+FE0F character at the end #424
8828d04
The problem appear again after adding emoji regex but after update to version 7.0.1, that fixed reported issue, it now works.
Sorry, something went wrong.
The same happened with echo and 8️⃣ without emoji codepen, fixed in d6f8398
8️⃣
version 1.22.0 released
No branches or pull requests
Expected behavior
☺ should render☺️ emoji
Actual behavior
it renders two relaxed emoji
Steps to reproduce
paste '\u263a\ufe0f' into console and result character into emoji demo (it's single unicode emoji and VARIATION SELECTOR that is used to mark emoji as renderable images) https://codepen.io/jcubic/pen/qPVMPg
The text was updated successfully, but these errors were encountered: