What is markdown?

Markdown is an easy to use and read language for styling text. It is designed to be easily read by both a computer and a human.

Where is markdown used?

Markdown is commonly used among programmers to style text that will be read by other humans (for example, code’s documentation and README.md files that accompany most projects). Markdown is used to edit Wikis and some webpages. Even our website is (mostly) created using markdown!

How do I write in markdown?

Here is a useful tutorial on Mastering Markdown.

We recommend:

Next steps

Knowing markdown would become even more useful as you progress with your coding and would start collaborating with other programmers on platforms such as GitHub. There is a version of markdown specifically for that. Learn more here.