Markdown
Enlace
Buscar..
Enlace en línea
El formulario para un enlace en markdown es el siguiente.
[Shown Text](Link)
Por ejemplo, esto te llevará a Example.com se crea con
[This will take you to Example.com](http://www.example.com)
Link de referencia
Las direcciones URL de los enlaces se pueden especificar más adelante en el documento.
Reducción
[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/
Salida
Text1 enlazará con el primer enlace, y Text2 con el segundo. Puede reutilizar nombres y dar nombres más largos como este . También puede vincular texto como este sin dar un nombre explícito a la referencia.
Anclajes con nombre (enlace a un fragmento de la página)
crear destino con
<a id="destinationLinkName"></a>
enlace a destino
[link text](#destinationLinkName)
Modified text is an extract of the original Stack Overflow Documentation
Licenciado bajo CC BY-SA 3.0
No afiliado a Stack Overflow