How do I prevent auto-generated links in the GitHub wiki?

前端 未结 5 1396
轻奢々
轻奢々 2021-02-01 12:29

On a GitHub wiki page, if I type:

www.foobar.com

GitHub automatically assumes this is a URL and makes the text a hyperlink to http://www.foobar

5条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2021-02-01 13:26

    You can use a zero-width space to prevent most auto-linkers from interpreting characters as a URL

    Here's an example with a zero width space inserted between https and :

    https​://example.com/

    To insert one, you can copy from the url above or this page

    See also this thread on twitter

提交回复
热议问题