From d2c0e01c0f595b6028b8bbb5e305ccba70ad6888 Mon Sep 17 00:00:00 2001 From: Shay Gover Date: Fri, 19 Apr 2019 01:13:50 +0300 Subject: [PATCH] Updated Wekan Markdown (markdown) --- Wekan-Markdown.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Wekan-Markdown.md b/Wekan-Markdown.md index 9b3e1ea..266b050 100644 --- a/Wekan-Markdown.md +++ b/Wekan-Markdown.md @@ -1,5 +1,5 @@ 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 where parser implements only gfm v0.28 (current is 0.29). It's appears that the parser uses v0.3.1 of marked.js and its changelog in that version is not documented. Therefore It's also possible that only gfm 0.27 is supported. +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 where parser implements only gfm v0.28 (current is 0.29). It's appears that the parser uses v0.3.1 of marked.js and its changelog in that version is not documented. Therefore It's also possible that only gfm 0.27 is supported. This issue will be addressed in the next Wekan release. ## List of guides (from web archive): * [GFM 0.28 list of features](https://web.archive.org/web/20190405063005/https://github.github.com/gfm/).