📌  相关文章
📜  如何在 github 自述文件中添加图像 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:42.451000             🧑  作者: Mango

代码示例6
You can also use relative paths like

![Alt text](relative/path/to/img.jpg?raw=true "Title")
Also try the following with the desired .fileExtention:

![plot](./directory_1/directory_2/.../directory_n/plot.png)