asciidoctor / asciidoctor-browser-extension

:white_circle: An extension for web browsers that converts AsciiDoc files to HTML using Asciidoctor.js.
https://chrome.google.com/webstore/detail/asciidoctorjs-live-previe/iaalpfgpbocpdfblpnhhgllgbdbchmia
MIT License
218 stars 50 forks source link

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

Open atsushi-ide opened 1 year ago

atsushi-ide commented 1 year ago

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 commented 1 year ago

Still not the correct repository 😄

ggrossetie commented 1 year ago

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 commented 1 year ago

Related to https://github.com/asciidoctor/asciidoctor-browser-extension/issues/264