Implement a ruby shortcode, with ruby/t to make <rt> elements

This commit is contained in:
Eryn Wells 2024-07-06 10:16:47 -07:00
parent 8c60dbf128
commit 6d0fd81a7b
2 changed files with 32 additions and 0 deletions

View file

@ -0,0 +1 @@
<ruby{{ with .Get 0 }} lang="{{ . }}"{{ end }}>{{- .Inner -}}</ruby>{{- "" -}}