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