Markup Reference
Moveworks has provided the following rich text elements for use. These will work on any chat platform your employees use.
Markup | Syntax |
---|---|
Bold |
|
Italics |
|
| |
Emoji Shortcodes ๐ |
|
|
|
Line Break |
|
Escape Characters |
Some chat platforms (such as MS Teams) may apply additional formatting to special characters
. Add a backslash (\) before your character to display its literal version without any formatting. Read about character escaping here . |
Ordered Lists
<ul>
<li>Bullet point 1</li>
<li>Bullet point 2</li>
</ul>
Please do not try to send
<button>
or<img>
tags in our API as they may lead to unexpected behavior.