You can now use furigana in your posts via the DenDen Markdown syntax for furigana. If you write the following

{学校|がっこう}

It will come out like this: 学校がっこう

    • Hatchet@kbin.social
      link
      fedilink
      arrow-up
      2
      ·
      edit-2
      1 year ago

      Doesn’t seem to work on FF on Android :(

      Edit: NVM, forgot I was on kbin not Lemmy, disregard.

    • michaelcharles@programming.devOP
      link
      fedilink
      English
      arrow-up
      3
      ·
      1 year ago

      It’s up to the front end, in this case wefwef, to implement it.

      Your best bet would be to reach out to the app developer.

      I just took a look at the source and unfortunately they aren’t using markdown-it, so they can’t use the same markdown-it-ruby package that the official Lemmy front end is using.