Basic cheat Sheet on Markdown
These are the basic elements that is supported by all markdown
HEADINGS
There are different types of headings that is supported by markdown just like in HTML h1,h2...h6 tag
h1 (starting by " # " and then space)
h2 (starting by " ## " and then spac...
ayush3018.hashnode.dev2 min read