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.

6 lines
244 B
HTML
Raw Permalink Normal View History

2023-10-12 14:01:05 +02: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 . -}}