introduce figcaption

This commit is contained in:
Yan Lin 2026-02-06 09:11:05 +01:00
parent 05dea86964
commit d8ea74211f
14 changed files with 81 additions and 63 deletions

View file

@ -0,0 +1,3 @@
<p>
<img src="{{ src }}" alt="{{ alt | default(value='') }}" style="max-width: min({{ width | default(value='500px') }}, 100%);">
</p>