summaryrefslogtreecommitdiffstats
path: root/layouts/shortcodes/math.html
blob: 3fcdaa76f32efb10d05c07b9d86d1e248c069e58 (plain) (blame)
1
2
3
4
5
{{ if len .Params | eq 1 }}
\( {{- trim .Inner "\n" -}} \)
{{ else }}
$$ {{- trim .Inner "\n" -}} $$
{{ end }}