Back to Distribution

Katex

docs/themes/hugo-geekdoc/layouts/shortcodes/katex.html

3.1.1246 B
Original Source

{{ if not (.Page.Scratch.Get "katex") }} {{ .Page.Scratch.Set "katex" true }} {{ end }} {{ cond (in .Params "display") "\[" "\(" -}} {{- trim .Inner "\n" -}} {{- cond (in .Params "display") "\]" "\)" -}} {{- /* Drop trailing newlines */ -}}