I have built a static site (Flask app) with Flask-Flatpages (and Flask-Frozen).
Now I want to add emojis inside my markdown text files. How do I do that? This feels like it should be very simple, but couldn't find the answer.
I have e.g. tried bla bla bla :rocket: bla bla to show the well-known rocket emoji, but it shows the text :rocket: instead of the emoji.
I found a really extensive list of emojis here: https://gist.github.com/rxaviers/7360908