从问题到Wiki的GitHub链接

从问题到Wiki的GitHub链接

本文介绍了从问题到Wiki的GitHub链接的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



[]()语法链接到问题池中。



[[text | page]] 无效。

怎么做?

解决方案

使用 [text](link_to_wiki_page)其中 link_to_wiki_page 是要链接到的wiki页面的完整URL。只需导航到该页面并从URL栏中复制/粘贴URL即可。


I want link wiki-page to issue text.

[]() syntax links into issues pool.

[[text|page]] doesn't work.

How to do it?

解决方案

Use [text](link_to_wiki_page) where link_to_wiki_page is the full URL of the wiki page you want to link to. Just navigate to the page and copy/paste the URL from the URL bar.

这篇关于从问题到Wiki的GitHub链接的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-05 16:15