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