mirror of
https://github.com/welpo/tabi.git
synced 2025-10-10 23:38:53 +02:00
✏️ fix: minor typo
This commit is contained in:
parent
586b5617b2
commit
799b31d403
4 changed files with 11 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue