poly-mech/themes/relearn/layouts/_default/_markup/render-codeblock-mermaid.html
2024-08-18 16:34:30 +02:00

6 lines
161 B
HTML

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