this post was submitted on 22 Feb 2024
638 points (96.2% liked)
Programmer Humor
32410 readers
1 users here now
Post funny things about programming here! (Or just rant about your favourite programming language.)
Rules:
- Posts must be relevant to programming, programmers, or computer science.
- No NSFW content.
- Jokes must be in good taste. No hate speech, bigotry, etc.
founded 6 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
It’s Markdown syntax. You can actually format it nicely in a code block:
You do that by adding ``` above and below it. To force single line breaks, you can terminate your sentences with two spaces, or a backslash.