You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
876 B
Markdown

Markdown markup language can be used in selected text inputs of the ReCodEx web application. Markdown is simple and lightweight and can be used for quick formatting of your input. ReCodEx uses [Markdown-it](https://github.com/markdown-it/markdown-it) parser with [Katex](https://github.com/waylonflinn/markdown-it-katex) extension that allows including math in LaTeX syntax.
7 years ago
7 years ago
A lot of cheatsheets and tutorials have been made on displaying Markdown features, here are few of them:
7 years ago
* [http://commonmark.org/help/](http://commonmark.org/help/)
* [https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet](https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet)
* [https://guides.github.com/features/mastering-markdown/](https://guides.github.com/features/mastering-markdown/)
* [https://en.wikipedia.org/wiki/Markdown](https://en.wikipedia.org/wiki/Markdown)