We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b642739 commit d2c70c4Copy full SHA for d2c70c4
.github/readme/partials/documentation/setup/action.md
@@ -130,6 +130,13 @@ Update profile `README.md` to include rendered image (filename may differ if `fi
130
<img align="center" src="/github-metrics.svg" alt="Metrics" width="400">
131
```
132
133
+*Example: add rendered image and prevent GitHub from auto linking to the image*
134
+```html
135
+<picture>
136
+ <img src="/github-metrics.svg" alt="Metrics">
137
+</picture>
138
+```
139
+
140
*Example: add rendered image when using `config_display: columns`*
141
```html
142
<img src="/github-metrics.svg" alt="Metrics" width="100%">
0 commit comments