hugo-theme-relearn/layouts/_default/_markup/render-codeblock-mermaid.html
2022-11-06 10:01:53 +01:00

5 lines
No EOL
124 B
HTML

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