m2.nz/themes/LoveIt/layouts/partials/function/ruby.html

6 lines
244 B
HTML
Raw Permalink Normal View History

2022-05-08 06:47:31 +00:00
{{- /* 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 . -}}