External Links
External links allow you to link to any url outside your project.
Source Markup
[url:http://wikiplex.codeplex.com]
[url:WikiPlex|http://wikiplex.codeplex.com]
[url:Email Someone|mailto:someone@someurl.com]
Rendered Markup
http://wikiplex.codeplex.comWikiPlexEmail Someone
File Links
File links allow you to link to files that will prompt the user to download.
Source Markup
[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#DownloadLatestDownload Latest Source
Anchors
Anchors are links that allow you to link to certain content via a hashtag.
Source Markup
// create an anchor
{anchor:anchorName}
// link to an anchor
[#anchorName]
// create an anchor
// link to an anchor
anchorName