hugo-theme-relearn/layouts/_default/_markup/render-codeblock-mermaid.html
2024-09-05 20:02:38 +02:00

6 lines
162 B
HTML

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