this post was submitted on 29 Aug 2026
236 points (98.0% liked)
linuxmemes
32735 readers
1095 users here now
Hint: :q!
Sister communities:
Community rules (click to expand)
1. Follow the site-wide rules
- Instance-wide TOS: https://legal.lemmy.world/tos/
- Lemmy code of conduct: https://join-lemmy.org/docs/code_of_conduct.html
2. Be civil
- Understand the difference between a joke and an insult.
- Do not harrass or attack users for any reason. This includes using blanket terms, like "every user of thing".
- Don't get baited into back-and-forth insults. We are not animals.
- Leave remarks of "peasantry" to the PCMR community. If you dislike an OS/service/application, attack the thing you dislike, not the individuals who use it. Some people may not have a choice.
- Bigotry of any kind will not be tolerated. This is an LGBTQ+-friendly community -- if that is a problem for you, you should leave.
3. Post Linux-related content
- Including Unix and BSD.
- Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of
sudo in Windows.
- No porn, no politics, no trolling or ragebaiting.
- Don't come looking for advice, this is not the right community.
4. No recent reposts
- Everybody uses Arch btw, can't quit Vim, <loves / tolerates / hates> systemd, and wants to interject for a moment. You can stop now.
5. 🇬🇧 Language/язык/Sprache
- This is primarily an English-speaking community. 🇬🇧🇦🇺🇺🇸
- Comments written in other languages are allowed.
- The substance of a post should be comprehensible for people who only speak English.
- Titles and post bodies written in other languages will be allowed, but only as long as the above rule is observed.
6. (NEW!) Regarding public figures
We all have our opinions, and certain public figures can be divisive. Keep in mind that this is a community for memes and light-hearted fun, not for airing grievances or leveling accusations.
- Keep discussions polite and free of disparagement.
- We are never in possession of all of the facts. Defamatory comments will not be tolerated.
- Discussions that get too heated will be locked and offending comments removed.
Please report posts and comments that break these rules!
Important: never execute code or follow advice that you don't understand or can't verify, especially here. The word of the day is credibility. This is a meme community -- even the most helpful comments might just be shitposts that can damage your system. Be aware, be smart, don't remove France.
founded 3 years ago
MODERATORS
Don't other text editors do the same for German?
Yeah, it's just your usual buttons:
oh, my. that third line is horrendous. that's what happens when the software (in this case, lemmy's md to html engine) tries to do the rendering instead of the browser. trying to underline using unicode.. and failing, instead of just using css.
Oh man, I just checked what it looks like in Firefox:
I had written that comment in the Jerboa app (and fiddled with it to make it look reasonable):
And nope, in this case I added the Unicode for the underline myself. Well, I used this app. That passes straight through the MD→HTML conversion without being touched.
And it actually is rendered by the browser, but yeah, by the browser's Unicode+font rendering, not the CSS engine. Or in case of Jerboa, by Android's Unicode+font rendering.
Would certainly be nice, if these would look the same. 🫠
Truly a cursed way to underline a word, is there no better way to do it on Lemmy?
Lemmy uses Markdown for storing/displaying comments, specifically the CommonMark flavor with some extensions, as documented here: https://join-lemmy.org/docs/users/02-media.html
And yeah, no, that doesn't have a way to underline,
except
maybe
one
of
these
here,
depending on the Markdown implementation in the client. Some clients might also choose to underline the highlighting, that's normally 𝘪𝘵𝘢𝘭𝘪𝘤.
Links may be underlined as well.
Well, and then you've also got this thing, which is certainly a line under this text:
On Lemmy, we also got ~~strikethrough~~. Priorities, I guess. 🙃
But yeah, no proper, consistent underlining in Markdown/Lemmy. 🥴