1
Fork 0
theorangeone.net-legacy/layouts/shortcodes/mermaid.html

8 lines
184 B
HTML

<figure>
<div class="mermaid" align="center">
{{ safeHTML .Inner }}
</div>
<figcaption class="text-center">
<small>{{ .Get "caption" }}</small>
</figcaption>
</figure>