1
Fork 0
theorangeone.net-legacy/layouts/shortcodes/mermaid.html
2018-01-27 15:10:10 +00:00

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>