You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey @VadimChorrny ! Very good question, I actually have no idea how Telegram implemented that feature. Emojis unicodes display based on your OS, so my first thought is that they are transforming Windows emojis to images of the Apple's ones. However, I just had a look at https://web.telegram.org/ and I can see plain emojis in the source HTML. Maybe it's because I'm on MacOS so they don't need to do the conversion, I don't know.
Please check on your side how the HTML code looks like and we will see if there is any possible way of doing so.
That's the expected behaviour @VadimChorrny as I wrote above:
Emojis unicodes display based on your OS
Please check on Windows the Telegram web HTML elements to see how the Windows emojis you write are being displayed as Apple emojis. We might be able to take some hints from that.
I work on Windows, I write posts in the project through markdown,
I insert Windows emoji there,
I would like to convert emoji to apple style at the output in markdown files,
as Telegram does
GIF how it works in Telegram
https://imgur.com/a/dq2fzTq
My code where I convert markdown to html
https://github.com/1alexvash/AlexCodeBlog/blob/master/helpers/markdownToHtml.ts
The text was updated successfully, but these errors were encountered: