From 60ed866b889acc60769b1bcd1b5ec7dab3889e66 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Fri, 11 Sep 2020 03:22:13 +0300 Subject: [PATCH] Updated Emoji (markdown) --- Emoji.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Emoji.md b/Emoji.md index 69a041c..3de32df 100644 --- a/Emoji.md +++ b/Emoji.md @@ -6,6 +6,12 @@ Wekan v4.29 changes markdown rendering from [marked](https://github.com/markedjs With markdown-it, also [markdown-it-emoji](https://github.com/markdown-it/markdown-it-emoji) plugin has been added, supporting [full list of GitHub emojis](https://github.com/markdown-it/markdown-it-emoji/blob/master/lib/data/full.json). +Example emoji code: +``` +:rainbow: :thumbsup: :100: +``` +That shows emojis :rainbow: :thumbsup: :100: + ## About other markdown-it plugins For markdown-it, there are also other [syntax extensions](https://github.com/markdown-it/markdown-it#syntax-extensions) where some are listed at that markdown-it page, and [others at npmjs.com](https://www.npmjs.org/browse/keyword/markdown-it-plugin).