From 4be9f9271c8725ad73439865597b4d6744c51ab0 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Thu, 17 Sep 2020 02:06:20 +0300 Subject: [PATCH] Updated Wekan Markdown (markdown) --- Wekan-Markdown.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/Wekan-Markdown.md b/Wekan-Markdown.md index 0f4552a..35bb5ae 100644 --- a/Wekan-Markdown.md +++ b/Wekan-Markdown.md @@ -1,3 +1,20 @@ +UPDATE: Wekan now uses markdown-it and markdown-it-emoji plugin, see [Emoji page](https://github.com/wekan/wekan/wiki/Emoji + +## 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 +``` + + +*** + + Wekan uses GFM (Github Flavored Markdown). We use the following project that ports GFM to meteor: https://github.com/wekan/markdown with updated newest markdown, that is fork of https://github.com/perak/markdown.