Learn Markdown in less than 5 minutes.
Short introduction of Markdown Markdown is a lightweight markup language created by John Gruber and Aaron Swartz in 2004. It is widely used for blogging, instant messaging, online forums, collaborative software, documentation pages, and readme files. Markdown was inspired by pre-existing conventions for marking up plain text in email and Usenet posts, such as the earlier markup languages setext, Textile, and reStructuredText. Learning Markdown is very essential in open source because you'll see README.md file on GitHub in every project, so you must have to learn it. In the above picture, you can see the README.md file which is here a profile's special readme file that everyone gets with the same username repository.  This is for the images  Checked and unchecked lists - GitHub's extra flavor - [x] checked - [ ] unchecked Adding emoji Try it on GitHub or if you want to use it in VS Code install the :joy: Recommended

Short introduction of Markdown
Markdown is a lightweight markup language created by John Gruber and Aaron Swartz in 2004. It is widely used for blogging, instant messaging, online forums, collaborative software, documentation pages, and readme files. Markdown was inspired by pre-existing conventions for marking up plain text in email and Usenet posts, such as the earlier markup languages setext, Textile, and reStructuredText.
Learning Markdown is very essential in open source because you'll see README.md file on GitHub in every project, so you must have to learn it.
In the above picture, you can see the README.md file which is here a profile's special readme file that everyone gets with the same username repository.

This is for the images

- Checked and unchecked lists - GitHub's extra flavor
- [x] checked
- [ ] unchecked
-
Adding emoji
Try it on GitHub or if you want to use it in VS Code install the
:joy:
Recommended