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

9 lines
197 B
HTML
Raw Normal View History

2018-01-27 14:52:05 +00:00
<figure class="my-3">
<div class="mermaid" align="center">
{{ safeHTML .Inner }}
</div>
<figcaption class="text-center">
<small>{{ .Get "caption" }}</small>
</figcaption>
</figure>