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