From 27370081cfb732fc7564ab3fa4aed3e5cd9675fa Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Thu, 17 Sep 2020 02:07:59 +0300 Subject: [PATCH] Updated Emoji (markdown) --- Emoji.md | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/Emoji.md b/Emoji.md index 59f3c44..cbe2d46 100644 --- a/Emoji.md +++ b/Emoji.md @@ -2,17 +2,6 @@ Wekan v4.29 changes markdown rendering from [marked](https://github.com/markedjs/marked) to [markdown-it](https://github.com/markdown-it/markdown-it). -## Numbered text - -If in List titles you like to create numbered text like this: -``` -3. Something -``` -Write it this way (to escape dot), so it shows correctly: -``` -3\. Something -``` - ## About emoji 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).