• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

how do you make the shrug ascii on otland.net forum?

hans henrik

Active Member
Joined
Jun 5, 2007
Messages
320
Reaction score
39
Location
Norway
i can't figure out how to properly escape the shrug ascii on this forum. when i just write it out normally, i get: ¯\(ツ)
and when i escape it with markdown escaping (like on reddit/github markdown / PhpBB) i get: ¯\\\(ツ)\

so.. how do you make the shrug emoji on this forum? ¯ \ _ ( ツ ) _ / ¯
 
¯\__(ツ)_/¯

make one arm longer, otherwise it will match underscore as code for Italic.
two underscores (__) is bold code, so this creates an inconsistency when you try to match __ with _ and thus don't apply the bb code
 
Back
Top