Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
I always have to look up the syntax to hyperlink text in our wiki markup guide. There’s an example of how to insert a link, but not how to hyperlink text.
If you want to hyperlink “CodePlex Homepage” to “https://www.codeplex.com” The wiki syntax is [url:CodePlex Homepage|https://www.codeplex.com]
If you just want the url to be clickable, then the wiki syntax is just [url:https://www.codeplex.com]
Technorati Tags: CodePlexTips
Comments
- Anonymous
April 16, 2009
Awesome. I'm playing with starting a codeplex project for some code snippets so this will help me out in my documentation!