Files
zulip/help/insert-a-link.md
David Rosa dad5869c1f help: Add a dedicated page on how to format links.
Also remove the Images section from the "Message formatting" help
page, and drop unused markdown-image.png.

Fixes part of #24209.
2023-03-30 09:39:35 -07:00

51 lines
1.1 KiB
Markdown

# Insert a link
{!links-intro.md!}
## Examples
{!links-examples.md!}
## Insert a link
{start_tabs}
{tab|via-markdown}
{!start-composing.md!}
1. Wrap the link text in square brackets followed by the URL
wrapped in parentheses to create a named link:
`[link text](URL)`
!!! keyboard_tip ""
You can also use <kbd>Ctrl</kbd> + <kbd>Shift</kbd> + <kbd>L</kbd>
to insert link formatting.
{tab|via-compose-box-buttons}
{!start-composing.md!}
1. Select the text you want to linkify.
1. Click the **link** (<i class="fa fa-link"></i>) icon at the
bottom of the compose box.
1. Replace `url` with a valid URL.
!!! keyboard_tip ""
You can also use <kbd>Ctrl</kbd> + <kbd>Shift</kbd> + <kbd>L</kbd>
to insert link formatting.
{end_tabs}
## Related articles
* [Message formatting](/help/format-your-message-using-markdown)
* [Preview messages before sending](/help/preview-your-message-before-sending)
* [Resize the compose box](/help/resize-the-compose-box)
* [Animated GIFs](/help/animated-gifs-from-giphy)
* [Video calls](/help/start-a-call)