image markdown syntax 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: italics markdown
An example of *italic* text
An example of *italic* text
An example of **bold text**
An example of __bold text__
An example of ***bold and italic text***
An example of ___bold and italic text___
Example 4: markdown image
![GitHub Logo](/images/logo.png)
Format: ![Alt Text](url)