2021-09-12 07:44:34 +00:00
|
|
|
{{- $_hugo_config := `{ "version": 1 }` }}
|
2022-06-22 18:32:18 +00:00
|
|
|
{{- partial "shortcodes/mermaid.html" (dict
|
|
|
|
"context" .
|
|
|
|
"content" .Inner
|
|
|
|
"align" (.Get "align")
|
2023-02-05 10:13:03 +00:00
|
|
|
"zoom" (.Get "zoom")
|
2022-06-22 18:32:18 +00:00
|
|
|
) }}
|