Support for rendering github emoji markup as an equivilent emoji character #691
Closed
johnhamelink
started this conversation in
Ideas
Replies: 1 comment
-
|
Please use the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Github markdown contains the notion of emoji defined with a colon prefix & suffix (such as
:+1:which is rendered as the thumbs up emoji 👍🏼). It would be nice to render the emoji syntax when viewing topics.One example where this would be particularly helpful is where emoji is assumed to be one char in size, such as in this CI output comment which produces test result information:
Which when rendered resolves to:
And on forge 0.4.0 the topic renders like so in Emacs 31.0.50:
EDIT: Turns out you can enable it as follows:
Beta Was this translation helpful? Give feedback.
All reactions