this post was submitted on 29 Dec 2023
82 points (95.6% liked)

Asklemmy

43394 readers
1544 users here now

A loosely moderated place to ask open-ended questions

Search asklemmy 🔍

If your post meets the following criteria, it's welcome here!

  1. Open-ended question
  2. Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
  3. Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
  4. Not ad nauseam inducing: please make sure it is a question that would be new to most members
  5. An actual topic of discussion

Looking for support?

Looking for a community?

~Icon~ ~by~ ~@Double_A@discuss.tchncs.de~

founded 5 years ago
MODERATORS
 

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.

you are viewing a single comment's thread
view the rest of the comments
[–] brbposting@sh.itjust.works 5 points 8 months ago (1 children)

I appreciated the white space (using Voyager iOS) FWIW

[–] maegul@lemmy.ml 3 points 8 months ago (2 children)

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.

[–] brbposting@sh.itjust.works 3 points 8 months ago (1 children)

Oh that’s no good!

Should post this to a Fediverse community… maybe there’s already a thread.

[–] maegul@lemmy.ml 3 points 8 months ago (3 children)

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.

[–] brbposting@sh.itjust.works 3 points 8 months ago* (last edited 8 months ago)

Ah so it’s a Voyager inconsistency then. In a way it’s appreciated behavior but problematic as well.

Also I posted this from Voyager - web displays &, Voyager iOS displays & without the amp;. Another case for using the same processor sounds like!

Edited to try to correct escaped text, but I can’t remove the amp-semicolon after the ampersand symbol in the second escaped section

[–] LillyPip@lemmy.ca 2 points 8 months ago* (last edited 8 months ago) (1 children)

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 1 points 8 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.