how to put up a local picture in a markdown file code example
Example 1: how to get a picture to show up where I put it in markdown
![alternative text](image_name.png "Image Title")[H]
Example 2: link a local picture markdown
![image info](./pictures/image.png)