Markdown for ruby annotations/furigana is available on the Lemmy front end as of 0.18.1. Could we have this in the Memmy app as well?

The following markdown

{学校|がっこう}

Will become this:

{学校|がっこう}

Although I suppose you won't see it unless you're on the web version, and only if the web version is using 0.18.1

4 points · 3 comments · view on lemmy.world

3 Comments

sgriff@lemmy.ml · 2 pts · 3y (2 replies)

Oh gosh. We are struggling with basic markdown at the moment (not much support for it in react native). It would be nice to have this eventually but i wouldn’t count on it soon

michaelcharles@lemmyjapan.com · 0 pts · 3y (1 reply)

Does markdown-it work in React Native?

If so there's a markdown-it-ruby plugin that will implement it. It's what I used for implementing it on the Lemmy front end.

sgriff@lemmy.ml · 1 pts · 3y

Our current markdown parser that we’re trying to replace i believe does support markdown-it. If we figure out a way to keep that though then we could definitely do it