Merge pull request #24739 from YangHanlin/patch-1
更新 instruction.md:增加添加徽章的 Markdown 代码
This commit is contained in:
10
externals/instruction.md
vendored
10
externals/instruction.md
vendored
@ -3,6 +3,12 @@ Add a badge
|
|||||||
Add a badge to your awesome project by pasting this line in your README.md.
|
Add a badge to your awesome project by pasting this line in your README.md.
|
||||||
|
|
||||||
```html
|
```html
|
||||||
<a href="https://996.icu"><img src="https://img.shields.io/badge/link-996.icu-red.svg"></a>
|
<a href="https://996.icu"><img src="https://img.shields.io/badge/link-996.icu-red.svg" alt="996.icu"></a>
|
||||||
```
|
```
|
||||||
<a href="https://996.icu"><img src="https://img.shields.io/badge/link-996.icu-red.svg"></a>
|
|
||||||
|
or equivalent Markdown code
|
||||||
|
|
||||||
|
```markdown
|
||||||
|
[](https://996.icu)
|
||||||
|
```
|
||||||
|
<a href="https://996.icu"><img src="https://img.shields.io/badge/link-996.icu-red.svg" alt="996.icu"></a>
|
||||||
|
Reference in New Issue
Block a user