Markdown Cheat Sheet Part-3
Images
There are 2 ways to add an image to the Markdown.
Inline style
Referenced style
Inline Style:

Referenced Style:
![First image][I'm referenced]
- [I'm referenced]: http://picsum.photos/200/200
M...
garimasharma.hashnode.dev2 min read