✏️ fix: minor typo

This commit is contained in:
welpo
2023-02-18 03:24:58 +01:00
parent 586b5617b2
commit 799b31d403
4 changed files with 11 additions and 6 deletions

View File

@@ -7,16 +7,16 @@ tags = ["markdown", "test"]
## Image shortcodes
### Invertable image
### Invertible image
You can use this shortcode for graphs, line drawings, diagrams…
{{ invertable_image(src="$BASE_URL/img/graph.webp", alt="Invertable graph") }}
{{ invertible_image(src="$BASE_URL/img/graph.webp", alt="Invertible graph") }}
Usage:
```
{{/* invertable_image(src="img/graph.webp", alt="Invertable graph") */}}
{{/* invertible_image(src="img/graph.webp", alt="Invertible graph") */}}
```
### Dimmable image