hangups
hangups copied to clipboard
Message Parser don't detect html / markdown correctly
Sending <u>__HELLO__</u>
would send HELLO bold+underlined. I was expecting it detect HTML and disable the markdown parsing.
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).