Selasa, 06 Februari 2024

Markdown Link 1

Hyperlink Text In Markdown

This article is to write a link and image link in Markdown file.

link text in brackets. To add a link text, enclose it in square brackets. (e.g., [Yahoo.com]).
URL in parentheses. To add a URL, enclose it in parentheses after the link text. (e.g., (https://www.yahoo.com/)).
a title for a link. This will appear as a tooltip when the user hovers over the link. To add a title, enclose it in quotation marks after the URL. (e.g., "search engine and news site")

Example:

[Yahoo.com](https://www.yahoo.com/ "search engine and news site")

[Trovit.com](https://www.trovit.com/ "classified ads of home, car and careers")

[MarkdownGuide.org](https://www.markdownguide.org/ "learning markdown site")

Result:

Yahoo.com Trovit.com MarkdownGuide.org

Linking Images

To add a link to an image,

  1. enclose the image alt text in brackets, the image path and image title in parentheses.
  2. then enclose image alt text, the image path and image title between brackets.
  3. then add the link in parentheses.

Example:

[![brand logo](https://radartegal.disway.id/upload/dc2a986390fac960f0791a6e2cbd0315.jpg "brand logo")](https://radartegal.disway.id/upload/dc2a986390fac960f0791a6e2cbd0315.jpg)

Result:
brand logo

Bibliography:

https://www.markdownguide.org/
https://www.jetbrains.com/
https://github.com/

hyperlink, picture, graphic, illustration

Related Post:

Tidak ada komentar:

Posting Komentar

Various Other Posts