this post was submitted on 22 May 2026
3 points (100.0% liked)
Summit
1335 readers
3 users here now
Community to discuss Summit, an open-source Android app for browsing Lemmy and PieFed.
Get the app on the Play Store.
Support the app
Website: https://summit.idunnololz.com/
founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I think one needs to triple the backslash in this case. One for the forearm, one to escape the forearm, and another to escape the upper arms, whose underscores would otherwise be interpreted as itallics markdown.
Edit: I realize that my use of "upper arms" may have been ambiguous. I am referring to the anatomical "upper arm" segments, not the typographical "upper arm" segments, which I interpret as anatomical "wrists" or "hands".
Nah, you only need a single escape:
¯_(ツ)_/¯ - not escaed
¯\(ツ)/¯ - escaped
\¯\(ツ)/\¯ - your suggestion.
You are right that the middle one italizes the emoji, but it doesn't seem like you can escape that.
Sure you can:
¯\\\_(ツ)_/¯Renders as: ¯\_(ツ)_/¯
Oh you meant escaping the first underline so the italize doesn't trigger of course. Ok I'm stupid you are right.