Markdown
länka
Sök…
Inline Link
Formuläret för en länk i markdown är som följer.
[Shown Text](Link)
Till exempel kommer detta att ta dig till exempel.com skapas med
[This will take you to Example.com](http://www.example.com)
Referenslänk
URL: er för länkar kan anges senare i dokumentet.
Prissänkning
[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/
Produktion
Text1 kommer att länka till den första länken och Text2 till den andra. Du kan återanvända namn och ge längre namn som den här . Du kan också länka text som denna utan att ge referensen ett uttryckligt namn.
Namngivna ankare (länk till ett fragment av sidan)
skapa destination med
<a id="destinationLinkName"></a>
länk till destination
[link text](#destinationLinkName)
Modified text is an extract of the original Stack Overflow Documentation
Licensierat under CC BY-SA 3.0
Inte anslutet till Stack Overflow