1
0
mirror of synced 2025-12-23 03:44:00 -05:00

Add info about alt text

This commit is contained in:
PSJ
2021-08-13 10:22:44 +05:30
committed by GitHub
parent 8722d465de
commit 93fcbf8ece

View File

@@ -101,7 +101,7 @@ You can create an inline link by wrapping link text in brackets `[ ]`, and then
## Images ## Images
{% data variables.product.product_name %} supports embedding images into your Issues,Pull Requests{% ifversion fpt %},Discussions{% endif %},Comments & `.md` files in your repository. You can either [upload](#uploading-assets) images or use a link to an image. Whenever you link to an image don't forget to put a exclamation mark (`!`) before the whole link. You can even link to an image in your own repository. {% data variables.product.product_name %} supports embedding images into your Issues,Pull Requests{% ifversion fpt %},Discussions{% endif %},Comments & `.md` files in your repository. You can either [upload](#uploading-assets) images or use a link to an image. Whenever you link to an image don't forget to put a exclamation mark (`!`) before the whole link. You can even link to an image in your own repository. The text in the square brackets (`[]`) represents the alt text for the image.
`![This is an image](https://myoctocat.com/assets/images/base-octocat.svg)` `![This is an image](https://myoctocat.com/assets/images/base-octocat.svg)`