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

5 lines
121 B
HTML
Raw Normal View History

2022-07-02 12:00:23 +00:00
{{- partial "shortcodes/math.html" (dict
"context" .Page
2022-07-02 12:00:23 +00:00
"content" .Inner
"align" (index .Attributes "align")
2022-07-02 12:00:23 +00:00
) }}