1
0
mirror of synced 2025-12-22 11:26:57 -05:00

Add linkify text explanation

This commit is contained in:
Ivy Alexander
2021-11-08 16:49:33 +00:00
parent 98523d5f23
commit 49c3edec22

View File

@@ -80,7 +80,7 @@ For more information, see "[Creating and highlighting code blocks](/articles/cre
## Links ## Links
You can create an inline link by wrapping link text in brackets `[ ]`, and then wrapping the URL in parentheses `( )`. {% ifversion fpt or ghae-next or ghes > 3.1 or ghec %}You can also use the keyboard shortcut `command + k` to create a link.{% endif %} You can create an inline link by wrapping link text in brackets `[ ]`, and then wrapping the URL in parentheses `( )`. {% ifversion fpt or ghae-next or ghes > 3.1 or ghec %}You can also use the keyboard shortcut `command + k` to create a link.{% endif %}{% ifversion fpt or ghae-next or ghes > 3.4 or ghec %} When you have text selected, you can paste a URL from your clipboard to automatically create a link from the selection.{% endif %}
`This site was built using [GitHub Pages](https://pages.github.com/).` `This site was built using [GitHub Pages](https://pages.github.com/).`