Skip to content
Snippets Groups Projects
Verified Commit 6125616d authored by Laurent Heirendt's avatar Laurent Heirendt :airplane:
Browse files

formatting

parent 39e8b284
No related branches found
No related tags found
No related merge requests found
...@@ -11,24 +11,16 @@ redirect_from: ...@@ -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. 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 has very simple syntax easy to learn.
* It is already widely used in scientific community. * 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 separates content from visual presentation so it allows you to focus on writing, not formatting.
* It is a non-proprietary file format. * It is a non-proprietary file format.
* It is powerful - allows to format text with very little effort. * 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 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) * It is machine readable - as simple text, markdown documents can be tracked and version using a versioning system (Git, SVN)
* small file size * 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. * 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 ## Quick reference
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment