this post was submitted on 05 Apr 2024
936 points (96.7% liked)

Programmer Humor

32410 readers
307 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 

cross-posted from: https://lemmy.ml/post/14080970

Hilarious

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 19 points 7 months ago* (last edited 7 months ago)

Formatting

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:

R E D   H A T

becomes "R E D H A T" in your Markdown interpreter.

I think WhatsApp supports code snippets with backticks.