hugo-theme-relearn/layouts/_default/_markup/render-codeblock-mermaid.html
2022-10-31 15:26:58 +01:00

5 lines
No EOL
120 B
HTML

{{- partial "shortcodes/mermaid.html" (dict
"context" .
"content" .Inner
"align" (index .Attributes "align")
) }}