this post was submitted on 10 Jul 2023
6 points (100.0% liked)

Memmy - An iOS client for Lemmy

5066 readers
1 users here now

Download on the App Store

View on GitHub

Join the Discord

Code of Conduct

founded 1 year ago
MODERATORS
 

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

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 3 points 1 year ago (2 children)

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

[–] [email protected] 1 points 1 year ago (1 children)

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.

[–] [email protected] 3 points 1 year ago

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