电子说
可将图片放在项目下,一起push到github,具体操作见:
然后在MarkDown文件中添加图片在云端项目中的路径,格式为:
https://raw.githubusercontent.com/用户名/项目名/master/图片文件夹/xxx.png
例如:
![img](https://images.xiaozhuanlan.com/photo/2022/922a890790b4b6659073c402ddd9fc99.png)
也可以用相对路径:
![Image text](folder/img.jpg)
例如:
![Image text](../0/pics/1093303-20170626104335696-1159292286.png)
其中..表示上一路径
使用style="zoom:50%;"
可以设置缩放:
<img src="../0other/0/pics/1093303-20170626104335696-1159292286.png" alt="Image text" style="zoom:50%;" />
使用width="500px"
可以设置大小:
<img src="../0other/0/pics/1093303-20170626104335696-1159292286.png" width="500px" />
审核编辑:汤梓红
全部0条评论
快来发表一下你的评论吧 !