hugo-theme-relearn/layouts/_default/_markup/render-codeblock-mermaid.html
2024-03-11 20:57:21 +01:00

6 lines
No EOL
161 B
HTML

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