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
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.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