-
I am making a Marp presentation containing several country flags. As a general rule, I've been using This works for the most part, but for some countries it doesn't. In particular, I cannot find a way to display sub-UK flags (England, Scotland, Wales) other thank copy-pasting the code from Emojipedia itself, which is not ideal. It seems that the emoji style used is the one from Twitter, which makes me think it should be able to display these flags. How do I display these flags using the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Marp is using a plugin based on markdown-it-emoji v1.4.0 to render emoji shorthands. The list of shorthands is here. markdown-it-emoji had not updated in the last 3 years, but recently it has updated into v2 a month ago, including updated emoji DB. Pull request for bumping markdown-it-emoji in https://github.com/marp-team/marp-core is welcome. |
Beta Was this translation helpful? Give feedback.
Marp is using a plugin based on markdown-it-emoji v1.4.0 to render emoji shorthands. The list of shorthands is here.
https://github.com/marp-team/marp-core/blob/master/src/emoji/emoji.ts
markdown-it-emoji had not updated in the last 3 years, but recently it has updated into v2 a month ago, including updated emoji DB. Pull request for bumping markdown-it-emoji in https://github.com/marp-team/marp-core is welcome.