Slack – How to Escape Formatting Characters

slackspecial characterstext formatting

Slack uses various characters for its own markdown formatting.

How can I enter a message with those reserved characters escaped?

e.g. Is it possible to send a message exactly like this:

*I don't want this to be bold*

Best Answer

For the current WYSIWYG editor, hit Ctrl+Z immediately after conversion happened. For example:

abc *def* ghi

will result in

abc def ghi

On the other hand,

abc *def*<CTRL+Z> ghi

will result in

abc *def* ghi

This works for formatting only, not for Slack Emojis.