8 lines
197 B
HTML
8 lines
197 B
HTML
<figure class="my-3">
|
|
<div class="mermaid" align="center">
|
|
{{ safeHTML .Inner }}
|
|
</div>
|
|
<figcaption class="text-center">
|
|
<small>{{ .Get "caption" }}</small>
|
|
</figcaption>
|
|
</figure>
|