mirror of
https://github.com/ItsDrike/itsdrike.com.git
synced 2025-02-24 00:29:03 +00:00
9 lines
343 B
HTML
9 lines
343 B
HTML
{{ $mermaidData := dict "theme" "default" }}
|
|
{{ $data := dict "code" .Inner "mermaid" $mermaidData }}
|
|
|
|
<figure class="mermaid">
|
|
<img src="https://mermaid.ink/img/{{ $data | jsonify | base64Encode }}" referrerpolicy="no-referrer">
|
|
<figcaption class="text-center">
|
|
<small>{{ .Get "caption" }}</small>
|
|
</figcaption>
|
|
</figure>
|