summaryrefslogtreecommitdiff
path: root/themes/LoveIt/layouts/partials/function/fraction.html
blob: 9aa85d0ff15d44d5f414f1ea856b8d6f7ed5390f (plain)
1
2
3
4
5
{{- /* Fraction */ -}}
{{- /* [A]/[B] -> <sup>A</sup>/<sub>B</sub> */ -}}
{{- $REin := `\[(.+?)\]/\[(.+?)\]` -}}
{{- $REout := `<sup>$1</sup>/<sub>$2</sub>` -}}
{{- return replaceRE $REin $REout . -}}