Basic Markdown Cheat sheet
Overview
This cheat sheet covers the basic markdown elements with syntax.
Markdown elements
ElementSyntax
Heading# H1, ## H2 and so on till H6
Bold** bold ** OR __bold__
Italic*Italic* OR _Italic_
Ordered List1. One
Ordered List- One...
pratiksha15.hashnode.dev1 min read