Back to Leetcode Go

Katex

website/themes/book/layouts/shortcodes/katex.html

1.7.1211 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") "\]" "\)" }}