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

  • michaelcharles@lemmyjapan.comOP
    link
    fedilink
    arrow-up
    1
    ·
    1 year ago

    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.

    • Sean@lemmy.mlM
      link
      fedilink
      arrow-up
      3
      ·
      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