mirror of
https://github.com/welpo/tabi.git
synced 2025-12-17 04:48:44 +01:00
🍱 improvement: use webp instead of png
This commit is contained in:
parent
f555d34207
commit
7a69759112
6 changed files with 2 additions and 3 deletions
|
|
@ -20,7 +20,7 @@ Here's an example of a table. Its header colour changes depending on the current
|
|||
|
||||
This image inverts when switching to dark mode. This isn't very useful for photographs, but works great for diagrams, line drawings, graphs…
|
||||
|
||||
{{ invertable_image(src="$BASE_URL/img/graph.png", alt="Invertable graph") }}
|
||||
{{ invertable_image(src="$BASE_URL/img/graph.webp", alt="Invertable graph") }}
|
||||
|
||||
## Code Block
|
||||
|
||||
|
|
@ -39,4 +39,3 @@ fn main() {
|
|||
|
||||
Lorem ipsum `dolor` sit amet, `consectetur adipiscing` elit.
|
||||
`Lorem ipsum dolor sit amet, consectetur adipiscing elit.`
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue