-
Notifications
You must be signed in to change notification settings - Fork 2
Links
Mark Junker edited this page Oct 25, 2024
·
2 revisions
External links allow you to link to any url outside your project.
[url:http://wikiplex.codeplex.com]
[url:WikiPlex|http://wikiplex.codeplex.com]
[url:Email Someone|mailto:[email protected]]
http://wikiplex.codeplex.com
WikiPlex
Email Someone
File links allow you to link to files that will prompt the user to download.
[file:http://wikiplex.codeplex.com/SourceControl/ListDownloadableCommits.aspx#DownloadLatest]
[file:Download Latest Source|http://wikiplex.codeplex.com/SourceControl/ListDownloadableCommits.aspx#DownloadLatest]
http://wikiplex.codeplex.com/SourceControl/ListDownloadableCommits.aspx#DownloadLatest
Download Latest Source
Anchors are links that allow you to link to certain content via a hashtag.
// create an anchor
{anchor:anchorName}
// link to an anchor
[#anchorName]
// link to an anchor
#anchorName