diff --git a/external/contribute/write-markdown/write-markdown.md b/external/contribute/write-markdown/write-markdown.md index 0df14453d890d4f68eee1b7e4fbc939b1eed5195..f77356de3d599a60713e260f2a71566742e51908 100644 --- a/external/contribute/write-markdown/write-markdown.md +++ b/external/contribute/write-markdown/write-markdown.md @@ -11,24 +11,16 @@ redirect_from: Markdown is a lightweight markup language with plain text formatting syntax which became very popular in past decade and which nowadays serves as a standard in various digital communication channels. -## Main features of Markdown: +## Main features of Markdown * It has very simple syntax easy to learn. - * It is already widely used in scientific community. - * It separates content from visual presentation so it allows you to focus on writing, not formatting. - * It is a non-proprietary file format. - * It is powerful - allows to format text with very little effort. - * It is portable - since it is actually plain text, it can be opened by literally all text editors. - * It is machine readable - as simple text, markdown documents can be tracked and version using a versioning system (Git, SVN) - * small file size - * easy to convert to other formats - existing editors and command line tools (e.g. [pandoc](https://pandoc.org/) allows for easy conversion between Markdown and other widely used formats like HTML, PDF, docx, LaTeX, etc. ## Quick reference