Ricerca…


Il modulo per un collegamento in markdown è il seguente.

[Shown Text](Link)

Ad esempio, questo ti porterà a Example.com con

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

Gli URL per i collegamenti possono essere specificati più avanti nel documento.

riduione di prezzo

[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/

Produzione

Testo1 si collegherà al primo collegamento e Testo2 al secondo. Puoi riutilizzare i nomi e dare nomi più lunghi come questo . Puoi anche collegare un testo come questo senza dare al riferimento un nome esplicito.

creare una destinazione con

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

link a destinazione

[link text](#destinationLinkName)



Modified text is an extract of the original Stack Overflow Documentation
Autorizzato sotto CC BY-SA 3.0
Non affiliato con Stack Overflow