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
Emoji is correct
Emoji in demo was cut off, and emoji as unicode is marked as 1ch (it should be 2ch).
The fix for css:
.cmd .emoji, .terminal-output>:not(.raw) .emoji { background-size: contain; background-repeat: no-repeat; }
and solution for width, the formatter need to add style attribute.
The text was updated successfully, but these errors were encountered:
It's seems that there is only one unicode character with 1ch that I was using, rest the of emoji have 2 characters size.
Sorry, something went wrong.
fix emoji #514
ca76c3a
fix lint error #514
1e389f5
released in 2.8.0
No branches or pull requests
Expected behavior
Emoji is correct
Actual behavior
Emoji in demo was cut off, and emoji as unicode is marked as 1ch (it should be 2ch).
The fix for css:
and solution for width, the formatter need to add style attribute.
The text was updated successfully, but these errors were encountered: