Skip to content

Commit e7d216d

Browse files
authored
Add RST formatting and update intro
1 parent 7af40c1 commit e7d216d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/developer/message-attachments.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Message Attachments
22
-------------------
33

4-
Basic formatting such as bold and italic can be included in the ``text`` field of an integration’s payload by using markdown.
4+
A wide range of rich text formatting options, including bold, italic, headings, in-line images, and tables, can be used in integrations using `Mattermost markdown support <https://docs.mattermost.com/help/messaging/formatting-text.html>`_.
55

6-
For more advanced formatting, it is necessary to send an ``attachments`` array in the payload sent by an integration.
6+
For additional formatting options, and for compatibility with Slack non-markdown integrations, an ``attachments`` array can be sent by integrations and rendered by Mattermost.
77

8-
There is no support for attachments in Slash commands [as of yet](https://github.com/mattermost/platform/issues/4238)
8+
Note: Attachment support is available for webhook integrations and not yet available for slash commands. `There is a Help Wanted issue available for community to add attachment support for slash commands <https://github.com/mattermost/platform/issues/4238>`_
99

1010
---------------------------
1111

0 commit comments

Comments
 (0)