如何在 README 文件中将 link 显示为纯文本

How do I display a link as plain text in a README file

我正在写一个 README 文件,我想在文件中显示文本 "ASP.NET",但它显示为 link。有没有办法强制 URL(或看起来像 URL 的文本)显示为纯文本?

你有多种方式Disable Github-flavored Markdown autolinking

例如:

https://<!--This is a comment-->gist.github.com/<!--This is, too-->alexpeattie/4729247
# give:
https://gist.github.com/alexpeattie/4729247

如果您不介意代码演示,也可以尝试代码块:`https://your/url`。