I want to use flag: Japan emoticon with unicode U+1F1EF U+1F1F5 as defined in the standard Full Emoji List, v12.0, inside markdown (rendered with Pandoc).
Given that this Emoticon is not defined inside Pandoc sourcecode: pandoc/Emoji.hs at master ยท jgm/pandoc, how can I use this inside the document? Or how can I define this in the Pandoc Source Code?
If possible please suggest a general solution that can parse multiple unicode emoji's, such as
:thermometer:for ,:jp:for .
An extensible code would read a csv file or data structure inside lua file:
jp,
thermometer,
and make string substitutions.