在github中使用markdown语法插入图片,并设定大小
时间:2020-03-31 21:25:19
收藏:0
阅读:311
先把图片上传到github的repositories,再复制图片的链接到src中。
<img src="" width = "200" height = "300" alt="" align=center />
原文:https://www.cnblogs.com/lyd447113735/p/12608488.html
评论(0)