This repository has been archived on 2024-11-25. You can view files and clone it, but cannot push or open issues or pull requests.
Files
m3tam3re.com/themes/FixIt/layouts/partials/function/fraction.html
2023-10-12 14:01:05 +02:00

6 lines
201 B
HTML

{{- /* Fraction */ -}}
{{- /* [A]/[B] -> <sup>A</sup>/<sub>B</sub> */ -}}
{{- $REin := `\[(.+?)\]/\[(.+?)\]` -}}
{{- $REout := `<sup>$1</sup>/<sub>$2</sub>` -}}
{{- return replaceRE $REin $REout . -}}