如何在Markdown(README.md)中使用Github按钮

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了如何在Markdown(README.md)中使用Github按钮相关的知识,希望对你有一定的参考价值。

我想在我的markdown中添加按钮,按下时让查看者fork,star或watch一个github存储库。

我已经尝试将html添加到我的README.md中,但是它不起作用。

特别

<script async defer src="https://buttons.github.io/buttons.js></script>

似乎无效(仅显示链接)

是否有办法在markdown(.md)文件中使用Github Button(https://buttons.github.io)?

或者还有其他补充方法吗?

答案

似乎无法在Markdown文件中使用非官方 Github按钮。

但是,您可以使用不同的链接来访问这些操作(降价样式):

  • 叉子:

[fork my repository](https://github.com/user/repository/fork)

  • 观看/关注:

[watch this repo](https://github.com/user/repository/subscription)

  • 创建问题:

[create issue](https://github.com/user/repository/issues/new)

如果有人知道指向star a repo的链接,我将其添加到此答案中:)

以上是关于如何在Markdown(README.md)中使用Github按钮的主要内容,如果未能解决你的问题,请参考以下文章

如何在 GitHub README 中使用 Markdown 呈现多个列?

README.md文件 github Markdown语言详解 md文件用法和说明

markdown [README.mdのテンプレート] #readme

关于github中的README.md文件

ReadMe.md MarkDown file

markdown README.md