Github Wikis allow you to link to other pages in the Wiki like so:
[[Wiki Page Name]]
However, I want to display different text than the Wiki page name when making the link. Is there a way to do this? Am I linking to Wiki pages all wrong?
|
Github Wikis allow you to link to other pages in the Wiki like so:
However, I want to display different text than the Wiki page name when making the link. Is there a way to do this? Am I linking to Wiki pages all wrong? |
|||
|
|
Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.
|
Github by default uses Markdown syntax for the wikis so you can just do:
Check out Markdown and this blog post for more info about their wikis and the other markup syntaxes they support. Edit: This solution has issues when you're on the home page because it creates relative URLs. Check out Sven's answer, below. |
|||||||||||||||||||
|
|
Using the Markdown link syntax
seems to work in the edit preview but not on the actual wiki page. At least for me the generated link is However the MediaWiki syntax
works for me, even for Markdown wiki pages. |
|||||||||||
|
|
The internal-ref part is relative to your project. For wiki pages use:
In the preview the link will be broken but when the page is saved it will work. |
|||
|
|
|
Check the wiki editor's help, it tells you:
|
|||||||
|