summaryrefslogtreecommitdiff
path: root/themes/CodeIT/layouts/partials/function/ruby.html
blob: 49aa35be540a697146f6bbb72b064875e9db7123 (plain)
1
2
3
4
5
{{- /* Ruby */ -}}
{{- /* [EN]^(English) -> <strong><ruby>EN<rt>English</rt></ruby></strong> */ -}}
{{- $REin := `\[(.+?)\]\^\((.+?)\)` -}}
{{- $REout := `<strong><ruby>$1<rt>$2</rt></ruby></strong>` -}}
{{- return replaceRE $REin $REout . -}}