It's an experiment I've been trying for about two weeks, now.
I am using whitespace to make written English easier to read.
I put one sentence per line.
Long sentences are broken into multiple lines
according to natural breaks in the sentences.
(I try to aim for an 80 column width.)
Indentation is used to signal the continuation of a sentence.
Basically, I am treating English like a programmer would treat code.
As an interesting and unexpected corollary,
the English is much easier to edit, and
diffs are way cleaner.
(I'm editing this in an external dedicated text editor.)
I'm not a programmer, but I think I see what you're trying to do. I have ADHD and less-than-ideal eyesight. This is easier to read, comprehension-wise, in that I'm not getting "lost" in the text and losing my place and having to re-read paragraphs; but the font you're using is a little blurrier than the default (I think it's the serifs) and is a little more difficult for me to physically read. Maybe increasing the font size or changing to a different font would work better?
Lemmy uses the system default for monospace font.
Try changing the monospace alias in /etc/fonts/local.conf:
https://wiki.archlinux.org/title/Font_configuration/Examples#Default_fonts
That's for system-wide effect.
For just firefox, go to Settings > General > Fonts > Advanced and
change the default Monospace font to a monospace font you like.
Source Code Pro and DejaVu Sans Mono are both very good.
Do you know of another way to preserve white space?
Unless you're typing code why is it important?
I'm not a programmer, but I think I see what you're trying to do. I have ADHD and less-than-ideal eyesight. This is easier to read, comprehension-wise, in that I'm not getting "lost" in the text and losing my place and having to re-read paragraphs; but the font you're using is a little blurrier than the default (I think it's the serifs) and is a little more difficult for me to physically read. Maybe increasing the font size or changing to a different font would work better?