-
-
Notifications
You must be signed in to change notification settings - Fork 136
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 plugin: Allow using other emoji vendors #320
Comments
The forked version of Twemoji by an original author has been updated to v14.1.1. It still has a blocker about TypeScript compatibillity (jdecked/twemoji#1), but at least we should switch Twemoji to the well-maitained version for supporting Unicode 15 emojis in future. |
Unicode 15 support for a forked version of Twemoji has been announced. This proposal was created in response to concerns about the discontinuation of Twemoji's ongoing maintenance, so we may not need to worry about it for now. |
UPDATE: The blocker about TypeScript (jdecked/twemoji#1) has been removed in Twemoji v15.1 released yesterday. 😄 |
Marp Core's emoji plugin converts Unicode 14.0 emoji into the vector image elements provided by Twemoji (Twitter emoji), for getting better emoji rendering in PDF and printing.
In every year, we have kept update to catch up the latest Unicode as usual. However, the latest Twemoji (Unicode 15 compliant) is not yet released due to confusions around Twitter brought by Elon's acquisition. It's doubtful whether the next Twemoji update will come in this year.
Marp relys on Twemoji since 6 years, but it may be a time for getting support other emoji variants.
Plans
Marp.prototype.highlighter()
.The text was updated successfully, but these errors were encountered: