mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 07:47:54 +00:00
ea59244858
only keep new syntax for shortcodes in case its content may contain footnotes, meaning block level Markdown
7 lines
No EOL
181 B
HTML
7 lines
No EOL
181 B
HTML
{{- $_hugo_config := `{ "version": 1 }` }}
|
|
{{- partial "shortcodes/mermaid.html" (dict
|
|
"context" .Page
|
|
"content" .Inner
|
|
"align" (.Get "align")
|
|
"zoom" (.Get "zoom")
|
|
) }} |