image hack (#15642)

This commit is contained in:
Allie Sadler 2022-09-13 16:54:23 +01:00 committed by GitHub
parent f4645a55e8
commit 16fdc78fef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -6,11 +6,13 @@ toc_max: 3
## Example ## Example
- A small image: ![a small cute image](/assets/images/footer_moby_icon.png) - A small image: ![a small image](/assets/images/footer_moby_icon.png)
- A small image that is a link. The extra newline here makes it not show inline: - A small image that is a link. The extra newline here makes it not show inline:
[![a small cute image](/assets/images/footer_moby_icon.png)](https://www.docker.com/) [![a small image](/assets/images/footer_moby_icon.png)](https://www.docker.com/)
- Make the image open in a new tab: [![an image](/assets/images/footer_moby_icon.png)](/assets/images/footer_moby_icon.png){: target="_blank" rel="noopener" class="_"}
- Set the size of an image: ![a pretty wide image](/assets/images/banner_image_24512.png){:width="750px"} - Set the size of an image: ![a pretty wide image](/assets/images/banner_image_24512.png){:width="750px"}