hugo-theme-relearn/layouts/_default/_markup/render-codeblock-mermaid.html

6 lines
No EOL
138 B
HTML

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