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
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
3 Comments
sgriff@lemmy.ml · 2 pts · 3y
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
Does
markdown-itwork in React Native?If so there's a
markdown-it-rubyplugin 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