4 lines
127 B
HTML
4 lines
127 B
HTML
<figure>
|
|
<div class="mermaid">{{ body }}</div>
|
|
{% if caption %}<figcaption>{{ caption }}</figcaption>{% endif %}
|
|
</figure>
|