this post was submitted on 05 Apr 2024
929 points (96.9% liked)

Programmer Humor

31798 readers
294 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 4 months ago* (last edited 4 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.