Skip to content
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

The display of some emojis(zero to nine and hash) is not working. #647

Open
atsushi-ide opened this issue May 21, 2023 · 3 comments
Open

Comments

@atsushi-ide
Copy link

app/js/vendor/asciidoctor-emoji-inline-macro.js

hash: '23 - 20e3',
zero: '30 - 20e3',
one: '31 - 20e3',
two: '32 - 20e3',
three: '33 - 20e3',
four: '34 - 20e3',
five: '35 - 20e3',
six: '36 - 20e3',
seven: '37 - 20e3',
eight: '38 - 20e3',
nine: '39 - 20e3',

please fix them as follows.

hash: '23-20e3',
zero: '30-20e3',
one: '31-20e3',
two: '32-20e3',
three: '33-20e3',
four: '34-20e3',
five: '35-20e3',
six: '36-20e3',
seven: '37-20e3',
eight: '38-20e3',
nine: '39-20e3'

@ggrossetie
Copy link
Member

Still not the correct repository 😄

@ggrossetie ggrossetie closed this as not planned Won't fix, can't repro, duplicate, stale May 21, 2023
@ggrossetie ggrossetie reopened this May 21, 2023
@ggrossetie
Copy link
Member

It seems that this is already fixed in https://github.com/ggrossetie/asciidoctor-emoji
So we need to update app/js/vendor/asciidoctor-emoji-inline-macro.js

@ggrossetie
Copy link
Member

Related to #264

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants