From 6d6d6b523896dc009c04255fcc8bc7b5c9bb3c67 Mon Sep 17 00:00:00 2001 From: Shay Gover Date: Wed, 17 Apr 2019 19:05:38 +0300 Subject: [PATCH] Created Wekan Markdown (markdown) --- Wekan-Markdown.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Wekan-Markdown.md diff --git a/Wekan-Markdown.md b/Wekan-Markdown.md new file mode 100644 index 0000000..a2334cb --- /dev/null +++ b/Wekan-Markdown.md @@ -0,0 +1,4 @@ +Wekan uses GFM (Github Flavored Markdown). +We use the following project that ports GFM to meteor: https://github.com/perak/markdown. + +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