채팅 플러그인이 백슬래시 이스케이프 문자를 제대로 처리하지 않습니다

I don’t know if this is by design or not but for some reason using backlash as a escape character on chat doesn’t work

here’s an example:

right here I can do:

*highlight* 
\*highlight\*

which gives me:

highlight
*highlight*

but when I try the same thing in a chat room this is what happens:

If this is by design what’s the correct escape character sequence and why isn’t it just backlash?

4개의 좋아요

Indeed we never added the escape rule to chat. That should fix it:

https://github.com/discourse/discourse/pull/29659

Thanks for report.

6개의 좋아요

Oh thanks for the quick fix, Joffrey!

2개의 좋아요

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.