docs: Add an example for preventing GitHub from auto linking to the image (#1339) [skip ci]
This commit is contained in:
@@ -130,6 +130,13 @@ Update profile `README.md` to include rendered image (filename may differ if `fi
|
|||||||
<img align="center" src="/github-metrics.svg" alt="Metrics" width="400">
|
<img align="center" src="/github-metrics.svg" alt="Metrics" width="400">
|
||||||
```
|
```
|
||||||
|
|
||||||
|
*Example: add rendered image and prevent GitHub from auto linking to the image*
|
||||||
|
```html
|
||||||
|
<picture>
|
||||||
|
<img src="/github-metrics.svg" alt="Metrics">
|
||||||
|
</picture>
|
||||||
|
```
|
||||||
|
|
||||||
*Example: add rendered image when using `config_display: columns`*
|
*Example: add rendered image when using `config_display: columns`*
|
||||||
```html
|
```html
|
||||||
<img src="/github-metrics.svg" alt="Metrics" width="100%">
|
<img src="/github-metrics.svg" alt="Metrics" width="100%">
|
||||||
|
|||||||
Reference in New Issue
Block a user