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

7 lines
162 B
HTML
Raw Normal View History

{{- partial "shortcodes/mermaid.html" (dict
"page" .Page
"attributes" .Attributes
"content" .Inner
"align" (index .Attributes "align")
2024-09-05 18:02:38 +00:00
) }}