I’m looking for a way that’s appreciated by the community and doesn’t break any rules. I just created one that I think was missing here.

    • maegul@lemmy.ml
      link
      fedilink
      English
      arrow-up
      3
      ·
      6 months ago

      In the web interface the white spaces disappear and destroy the bullet points, which is not what you see I presume and objectively worse. Interesting that the apps are using different markdown parsers, which is dangerous given that each have their idiosyncrasies.

        • maegul@lemmy.ml
          link
          fedilink
          English
          arrow-up
          3
          ·
          6 months ago

          I mean Voyager should just use the same markdown processor as lemmy does. I don’t know how jerboa (the official mobile app made by the lead devs). But something similar should probably be done.

      • LillyPip@lemmy.ca
        link
        fedilink
        arrow-up
        2
        ·
        edit-2
        6 months ago

        As someone who used to do web dev & design, I’d die and go to heaven if any two environments managed to render with a passing resemblance between them (especially between environment type – web, mobile, pc, refrigerator).
        That sounds like a good candidate for an open source library, if it isn’t already, right? Standardise more things?

        • maegul@lemmy.ml
          link
          fedilink
          English
          arrow-up
          1
          ·
          6 months ago

          Well lemmy is using a package to process markdown that is OSS as far as I know, so it should be possible to bundle that with any app.