this post was submitted on 05 Apr 2024
915 points (96.6% liked)
Programmer Humor
32453 readers
1186 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 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Many text parsers trim down whitespace unless it's explicitly a code block. You see this often when people attempt to use interleaved spaces for emphasis. For example:
becomes "R E D H A T" in your Markdown interpreter.
I think WhatsApp supports code snippets with backticks.