this post was submitted on 29 Dec 2023
82 points (95.6% liked)
Asklemmy
43792 readers
928 users here now
A loosely moderated place to ask open-ended questions
If your post meets the following criteria, it's welcome here!
- Open-ended question
- 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.
- Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
- Not ad nauseam inducing: please make sure it is a question that would be new to most members
- An actual topic of discussion
Looking for support?
Looking for a community?
- Lemmyverse: community search
- sub.rehab: maps old subreddits to fediverse options, marks official as such
- !lemmy411@lemmy.ca: a community for finding communities
~Icon~ ~by~ ~@Double_A@discuss.tchncs.de~
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I appreciated the white space (using Voyager iOS) FWIW
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.
Oh that’s no good!
Should post this to a Fediverse community… maybe there’s already a thread.
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.
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 theamp;
. 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
Created a thread!
Nice!!
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?
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.