summaryrefslogtreecommitdiff
path: root/themes/LoveIt/layouts/partials/function/ruby.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/LoveIt/layouts/partials/function/ruby.html')
-rw-r--r--themes/LoveIt/layouts/partials/function/ruby.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/themes/LoveIt/layouts/partials/function/ruby.html b/themes/LoveIt/layouts/partials/function/ruby.html
new file mode 100644
index 0000000..49aa35b
--- /dev/null
+++ b/themes/LoveIt/layouts/partials/function/ruby.html
@@ -0,0 +1,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 . -}}