Zoeken…


Het formulier voor een link in markdown is als volgt.

[Shown Text](Link)

Dit brengt u bijvoorbeeld naar Voorbeeld.com is gemaakt met

[This will take you to Example.com](http://www.example.com)

URL's voor links kunnen later in het document worden opgegeven.

Markdown

[Text1][1] will link to the first link, and [Text2][2] to the second.
You [can reuse][1] names, and give longer names [like this one][a link].
You can also link text [like this] without giving the reference an explicit name.

[1]: http://www.google.com
[2]: http://stackoverflow.com/
[a link]: http://example.org/
[like this]: http://stackexchange.com/

uitgang

Text1 linkt naar de eerste link en Text2 naar de tweede. U kunt namen hergebruiken en langere namen zoals deze geven . U kunt ook tekst zoals deze koppelen zonder de verwijzing een expliciete naam te geven.

maak bestemming met

<a id="destinationLinkName"></a>

link naar bestemming

[link text](#destinationLinkName)



Modified text is an extract of the original Stack Overflow Documentation
Licentie onder CC BY-SA 3.0
Niet aangesloten bij Stack Overflow