2020-04-10 17:56:03 +01:00
|
|
|
|
|
|
|
{{ $mermaidData := dict "theme" "default" }}
|
|
|
|
{{ $data := dict "code" .Inner "mermaid" $mermaidData }}
|
|
|
|
|
|
|
|
<figure class="mermaid">
|
2021-12-27 11:01:18 +00:00
|
|
|
<img src="https://mermaid.ink/img/{{ $data | jsonify | base64Encode }}" referrerpolicy="no-referrer" decoding="async" loading="lazy" alt='{{ .Get "caption" }}' />
|
2018-06-21 13:53:06 +01:00
|
|
|
<figcaption class="text-center">
|
|
|
|
<small>{{ .Get "caption" }}</small>
|
|
|
|
</figcaption>
|
|
|
|
</figure>
|