You are viewing a single comment's thread.

view the rest of the comments →

argosciv ago

In order for this:

¯(ツ)

to work, you must escape the backslash.

¯\\_(ツ)_/¯

¯\(ツ)

Noob. <3

dan_east ago

¯_ツ_/¯

sakuramboo ago

This is our version of "newfag can't triforce."

ThisIsMyRealName ago

Maybe he's just leaning back on that side. It's a matter of perspective.

shewhomustbeobeyed ago

Thanks for the TIL, That's my favorite.

argosciv ago

No worries :)

it's also how you can mimic the chans:

>>link to thing

\>\>

>quote\"be me" style

\>

Also how you can do a 'signoff' without it becoming a bullet list:

-YourName

\-YourName

shewhomustbeobeyed ago

Maybe sometime in the future I'll understand the words between, 'No worries...' and ...'-YourName'.

¯\(ツ)

Now you know why it's my favorite. :)

gentlemanadventurer ago

¯(ツ)/¯

PuttItOut ago

Aww, he is "special"

argosciv ago

escape the backslash

This means adding a second backslash; the first tells the markdown parser that the next character should be treated as raw text.

The backslash character is for escaping markdown, so, in order to actually show a backslash, it must be escaped using a preceding backslash.

\\ becomes \

PuttItOut ago

How do you escape the underscores? (I should know this)

Fambida ago

Welcome to the nightmare of regular expressions.

argosciv ago

You need to do that?

In any case it would still be a backslash.

Unescaped: test

__test__

Escaped: __test__

\_\_test\_\_

PuttItOut ago

¯\\\_(ツ)\_/¯ = ¯\_(ツ)_/¯

argosciv ago

Ah right, I get ya. Didn't notice it was meant to have underscores because they didn't show :P

CRKT_M16Z ago

ᕕ(ᐛ)ᕗ

Vindicator ago

This comment is fucking hilarious

PuttItOut ago

Sorry, kind of busy over here.