node.js - 在README.md里添加图片
天蓬老师
天蓬老师 2017-04-17 11:54:55
0
6
622

查了好多资料,都说可行的方法,我用着却不管用啊,我的路径没有写错,因为这个路径在其他地方都可以打开正确连接到那张图片,但是在README.md里面不显示图片,显示的只是这个路径,为啥呢,求解答啊。

在README.md里显示的是这样的:(没能直接放我写的链接,是因为我发现把我写的链接放在这里之后就直接显示那张照片了,证明我的路径真的没错啊,为啥在README.md里出不来呢)

天蓬老师
天蓬老师

欢迎选择我的课程,让我们一起见证您的进步~~

reply all(6)
小葫芦

Under test:

Get it under test:

Use this address for pictures:
https://raw.githubusercontent.com/zhangyudan/beautiful_stars/master/image/1.png http://img.php.cn/upload/image/000/000/000/424a935bdbe97b42ec766a0806da811a-0.png https://raw.githubusercontent.com/zhangyudan/beautiful_stars/master/image/3.png

Have a look?

小葫芦

Try this instead:

![](https://raw.githubusercontent.com/zhangyudan/beautiful_stars/master/image/1.png)
PHPzhong

This is the standard syntax of markdown. I personally tested it on github and found no problems. Don’t know where your MD file is placed? In addition, for codes that do not want to be transcoded by the website, you can wrap them with ```code blocks
Like this.

![test](https://raw.githubusercontent.com/chitanda/chitanda.github.io/master/images/bkdefault_avatar.jpg)
Peter_Zhu

Are the pictures local? Otherwise it should be fine.

PHPzhong

Test

洪涛

test

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template