Customize replies with Markdown
Bot and operator messages can be further customized using Markdown syntax to add style, linking, tables, lists, etc.
Some Markdown features are fully functional, some are partially supported and some are not supported.
As not all social channels support markdown in the same way, be careful with the tags you use.
Reference
Feature | Example | Web/Livechat Support | Mobile SDK support |
Bold |
| 🟢 Yes | 🟢 Yes |
Bold italic |
| 🟢 Yes | 🔴 No Android only |
Italic |
| 🟢 Yes | 🟢 Yes |
Strikethrough |
| 🟢 Yes | 🟢 Yes |
Title |
| 🔵 Partially Same level for all titles | 🔴 No Android only |
Paragraph |
| 🔵 Partially The space between each paragraph is only 5px | 🟢 Yes |
Line Break |
| 🟢 Yes | 🟢 Yes |
Code |
| 🟢 Yes | 🔴 No Android only |
Code block |
| 🟢 Yes Indent with four spaces or use three backticks | 🔴 No |
Table | `\ | 🟢 Yes Syntax \ | 🔴 No |
Horizontal rule |
| 🟢 Yes For compatibility, put blank lines before and after horizontal rules. | 🔴 No Android only |
Blockquote (Multiple paragraphs) |
| 🔵 Partially Line break is supported but not paragraph | 🔴 No |
Blockquote (Nested) |
| 🟢 Yes | 🔴 No |
Blockquote (Single line) |
| 🟢 Yes | 🔴 No |
Blockquote (With other elements inside) |
| 🔵 Partially Refer to this table to know what is supported inside blockquotes | 🔴 No |
Images |
| 🔵 Partially Instead of an embedded image in the chat, a link is displayed. | 🔴 No Android only |
Link |
| 🔵 Partially Link description is not displayed on hover | 🟢 Yes |
Link (email address) |
| 🟢 Yes Quickly turn an email into a "mailto" url | 🔴 No Android only |
Link (on anchor) |
| 🔴 No | 🔴 No |
Link (quick link) |
| 🟢 Yes Quickly turn a URL into a link | 🔴 No Android only |
Footnote |
| 🟢 Yes | 🔴 No |
List (Definition) |
| 🔴 No | 🔴 No |
List (nested blockquote) |
| 🟢 Yes
Indent with four spaces then use | 🔴 No |
List (nested code block) |
| 🟢 Yes Indent with four spaces then another four spaces (or use three backticks) for nested code block. | 🔴 No |
List (Nested paragraph) |
| 🔵 Partially Indent with four spaces for nested paragraph. Line break is supported but not multiple paragraphs | 🔴 No |
List (Ordered) |
| 🟢 Yes Indent item for nested list | 🔵 Partially One level only (no sub-items) |
List (Tasks) |
| 🟢 Yes | 🔴 No |
List (Unordered) |
| 🟢 Yes Indent item for nested list | 🔵 Partially One level only (no sub-items) |
Escaping |
| 🟢 Yes
You can escape specials characters with a backslash ( | 🔴 No |
Last updated