Files
kerolox/site/templates/shortcodes/diagram.html

9 lines
208 B
HTML

<figure
class="diagram"
role="img"
aria-label="{{ alt }}"
>
{{- load_data(path="diagrams/" ~ name ~ ".svg") | safe -}}
<figcaption>{{ alt | markdown(inline=true) }}</figcaption>
</figure>