hangups icon indicating copy to clipboard operation
hangups copied to clipboard

Message Parser don't detect html / markdown correctly

Open j16sdiz opened this issue 9 years ago • 1 comments

Sending <u>__HELLO__</u> would send HELLO bold+underlined. I was expecting it detect HTML and disable the markdown parsing.

j16sdiz avatar May 09 '15 14:05 j16sdiz

You can use ```, ``, or

` to disable syntax parsing.

Every supported syntax is parsed all the time if you don't explicitly disable it (this is by design).

xmikos avatar May 25 '15 09:05 xmikos