github上传.md文件显示图片

1.调整大小

使用style="zoom:50%;"可以设置缩放:

Image text

使用width="500px"可以设置大小:

2.图片位置

可将图片放在项目下,一起push到github,然后在md中添加图片在云端项目中的路径,格式为:

https://raw.githubusercontent.com/用户名/项目名/master/图片文件夹/xxx.png
例如:

![img](https://raw.githubusercontent.com/Snowstorm0/CSnote/master/0other/0/pics/image-20200805093916697.png)

也可以用相对路径 ![Image text](folder/img.jpg),例如:

![Image text](../0other/0/pics/1093303-20170626104335696-1159292286.png)

其中..表示上一路径

你可能感兴趣的:(Git)