Markdown ReadMe !

Every repository must have a README file in order to explain what the code is all about and what all the languages used what are the commands being used to build the solution. It is essentially helpful for all the programmers who reads your code.

Markdown is a lightweight language with a plain text formatting syntax. It can be converted into HTML/XHTML and other formats. Its purpose is readability and ease of use. Some things we can format are Headings, Lists, Emphasis Links, Blocks of code, Images, Blockquotes, Horizontal rules. You can have an extension(Auto Open Markdown) on Visual studio code to see the preview of the markdown syntax.

image.png

image.png

image.png

image.png

image.png