From 5cee7f9305cbd483c32ed6fea94a98ee921020d0 Mon Sep 17 00:00:00 2001 From: Shay Gover Date: Thu, 18 Apr 2019 07:57:32 +0300 Subject: [PATCH] gfm versions. --- Wekan-Markdown.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Wekan-Markdown.md b/Wekan-Markdown.md index a2334cb..eb4e3a7 100644 --- a/Wekan-Markdown.md +++ b/Wekan-Markdown.md @@ -1,4 +1,8 @@ Wekan uses GFM (Github Flavored Markdown). -We use the following project that ports GFM to meteor: https://github.com/perak/markdown. +We use the following project that ports GFM to meteor: https://github.com/perak/markdown. Unfortunately this 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. -For guides, just search the web. github offers a [guide](https://guides.github.com/features/mastering-markdown/) and the [GFM list of features](https://github.github.com/gfm/). \ No newline at end of file +## List of guides (from web archive): +* [GFM 0.28 list of features](https://web.archive.org/web/20190405063005/https://github.github.com/gfm/). +* [GFM 0.27 list of features](https://web.archive.org/web/20170314184131/https://github.github.com/gfm/). + +## Where can I use the markdown?