A package for LaRecipe which adds support for emoji shortcodes.
composer require axelrindle/larecipe-emojify
You can insert emoji shortcodes in your Markdown, which will be converted into unicode symbols.
The unicode symbols are wrapped in a span
element with the emoji
class. Use this in your CSS code to apply a custom emoji/unicode font (for example twemoji).