mirror of
https://github.com/welpo/tabi.git
synced 2025-12-14 11:48:45 +01:00
Useful to invert diagrams, graphs, etc. in dark theme.
To use it in a markdown file, add a line like:
{{ invertable_image(src="/img.png", alt="alt text") }}
1 line
110 B
HTML
1 line
110 B
HTML
<img class="invertable-image" {% if src %}src="{{ src }}"{% endif %} {% if alt %}alt="{{ alt }}"{% endif %}/>
|