culinary.kemonine.info/themes/hugo-theme-relearn/layouts/partials/shortcodes/math.html

9 lines
248 B
HTML
Raw Normal View History

2022-12-03 15:27:03 +00:00
{{- $context := .context }}
{{- $content := .content }}
{{- $align := .align | default "center" }}
{{- with $context }}
<span class="math align-{{ $align }}">
{{- $content | safeHTML -}}
</span>
{{- .Page.Store.Set "hasMathJax" true }}
{{- end }}