Using emoji markup vs actual unicode? #2191
-
I really like the support for emoji and have a general question. Is there an advantage to using the markup over the emoji themselves: I find that the markup extends my code beyond 79 characters. The latter seems to work but I wonder if there are certain terminals and file logging this would fail that Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
willmcgugan
Apr 13, 2022
Replies: 1 comment 1 reply
-
The emoji code is a convenience, but its fine to replace it with the actual character. No difference as far as Rich is concerned. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
astrochun
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The emoji code is a convenience, but its fine to replace it with the actual character. No difference as far as Rich is concerned.