From a969088dbe97e9eddab1ff47efda389ff2fb1f16 Mon Sep 17 00:00:00 2001 From: Martin Polanka Date: Mon, 19 Mar 2018 10:17:01 +0100 Subject: [PATCH] basic --- Markdown.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/Markdown.md b/Markdown.md index 9bb15a1..5947d3f 100644 --- a/Markdown.md +++ b/Markdown.md @@ -1 +1,17 @@ -# Markdown \ No newline at end of file +# Markdown + +In selected text inputs in ReCodEx web application Markdown markup language can be used. Markdown is simple and lightweight and can be used to quick formatting of your input. ReCodEx uses [CommonMark](http://commonmark.org/) syntax specification of Markdown. + +A lot of cheatsheets or tutorials have been made on displaying Markdown features, here are few of them: + +* [http://commonmark.org/help/]() +* [https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet]() +* [https://guides.github.com/features/mastering-markdown/]() + +## ReCodEx Specials + +ReCodEx might implement or include further features or extensions of Markdown which might be used. + +### Include Another Markdown Source + +**Under Construction**