Skip to content
Mark Junker edited this page Oct 25, 2024 · 2 revisions

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:[email protected]]

Rendered Markup

http://wikiplex.codeplex.com
WikiPlex
Email 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#DownloadLatest
Download 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

Clone this wiki locally