如何确保shields.io徽章指向站点,并使用引用样式的标记链接进行此操作。
这个很好用
[][http://github.com/psf/black][
]http://github.com/psf/black
这不管用
[black]
[black]: http://github.com/psf/black
[black-shield]: https://img.shields.io/badge/code%20style-black-black.svg?style=for-the-badge&labelColor=gray发布于 2022-10-21 16:49:37
使用方括号工作!
[![][black-shield]][black]
[black]: http://github.com/psf/black
[black-shield]: https://img.shields.io/badge/code%20style-black-black.svg?style=for-the-badge&labelColor=gray发布于 2022-11-20 08:05:33
正确的语法是
[](https://shields.io/)示例
[](https://stackoverflow.com/users/12299287/cryptocode)产生
https://stackoverflow.com/questions/74156679
复制相似问题