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