image into markdown code example
Example 1: how to insert an image in markdown
![image info](./pictures/image.png)
Example 2: markdown image
![GitHub Logo](/images/logo.png)
Format: ![Alt Text](url)
Example 3: Markdown image
![Text here](URL)
Example 4: markdown image
![Screenshot](screenshot.png)