how to create a thumb image for markdown code example
Example 1: add image in markdown
![alternative text](image_name.png "Image Title")
Example 2: markdown image
![plot](./directory_1/directory_2/.../directory_n/plot.png)
![alternative text](image_name.png "Image Title")
![plot](./directory_1/directory_2/.../directory_n/plot.png)