Closed
Description
Is your feature request related to a problem? Please describe.
I'm using a lot of markdown emoji in my commits message, but in gitui, the emoji are not parsed.
Describe the solution you'd like
Replace all markdown emoji by it's Unicode equivalent.
I have found this lib that can help: https://lib.rs/crates/gh-emoji
Describe alternatives you've considered