Markdown in a glance
Every developer loves Markdown. It's an amazing format to write in.
For those who don't know what markdown is, it's a flat text format that looks like HTML with no tags and simple text.
Example
Markdown
text
# heading 1
## heading 2
- item-1
- item-...
kedar98.hashnode.dev3 min read