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")
Yahoo.com Trovit.com MarkdownGuide.org
Linking Images
To add a link to an image,
- enclose the image alt text in brackets, the image path and image title in parentheses.
- then enclose image alt text, the image path and image title between brackets.
- 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)
Tidak ada komentar:
Posting Komentar