42wim / matterbridge

bridge between mattermost, IRC, gitter, xmpp, slack, discord, telegram, rocketchat, twitch, ssh-chat, zulip, whatsapp, keybase, matrix, microsoft teams, nextcloud, mumble, vk and more with REST API (mattermost not required!)
Apache License 2.0
6.58k stars 614 forks source link

Discord: Option to escape Markdown syntaxes #2141

Open Emojigit opened 4 months ago

Emojigit commented 4 months ago

Is your feature request related to a problem? Please describe.

If an account sends unescaped texts to a discord channel, weird visual effects may be applied:

On Discord What it should be (Telegram, raw text)
圖片 圖片

Describe the solution you'd like Add a switch to Discord that, if set to true, escapes all markdown syntaxes before sending messages to Discord.

Describe alternatives you've considered MessageFormat is available for Telegram, but I found none for Discord.

Additional context N/A