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

6 lines
161 B
HTML
Raw Normal View History

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