this post was submitted on 19 Oct 2023
2710 points (97.9% liked)
Memes
45730 readers
1626 users here now
Rules:
- Be civil and nice.
- Try not to excessively repost, as a rule of thumb, wait at least 2 months to do it if you have to.
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
ah yes c/world@lemmy.world
also why are you typing in codeblocks
It's also pretentious. Just saying lol
Do you know of another way to preserve white space?
Unless you're typing code why is it important?
Yes, but reading this on moblie is complete and utter ass. Rule 1 of formatting, don't force others to adhere to your formatting style.
I find it amusing, thank you
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?
It's less readable on mobile clients because code blocks don't linebreak automatically. I have to side-scroll your comments to read them in full, so the only feeling I get from your experiment is slight annoyance.
Raw text preserves whitespaces, so if I wanted them, I'd just show that instead. I don't get it.
Can your web browser zoom the text out?
And it's still pretentious AF lol
Why is it pretentious?
The whole air of " I know what's best for you and you don't"
I'm special and because of that my comments need to look different than everyone else
Furthermore I'm doing this for reasons you won't fully understand because I'm cooler than you
It seriously comes across like some autist green text from 4chan. Imagine if you had a buddy that only conversed in Olde English. You still understand them but Jesus Christ.
Oh, I get it. You're just mad.
Never mind, then.
In what way do you consider it easier to read raw HTML than it is to read properly-formatted text? This text displays all of its tags on kbin and it's a nightmare to read.
The 80-column width, as some have pointed out, can't really be counted on, unfortunately. But I think this is neat. Reminds me of greentext.
I might try something like this in my own notes for work.
What is greentext?
Meanwhile I'm here on dark mode and none of you have any white space so it clearly doesn't work
Okay how did you make the text Like that?
Start and stop the message with three backticks on a line on their own:
```
This stuff gets rendered in fixed width with preserved whitespace.
```