Skip to content

Commit 8653345

Browse files
committed
update
1 parent d09eb55 commit 8653345

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

api-reference/beta/api/chatmessage-post.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ If successful, this method returns a `201 Created` response code and a new [chat
7979
In the following examples, the URL can use the [HTTP syntax](#http-request) described to [send a message to a chat](chat-post-messages.md), [send a message to a channel](channel-post-messages.md), or [send reply to a channel](chatmessage-post-replies.md).
8080

8181
> [!NOTE]
82-
> - The Teams client has specific HTML restrictions. Therefore, the HTML elements supported by the Graph API will also be compatible with the Teams client. For example, certain elements like <div> and inline styles may not function as intended.
82+
> The Teams client has specific HTML restrictions. Therefore, the HTML elements supported by the Graph API will also be compatible with the Teams client. For example, certain elements like `<div>` and inline styles may not function as intended.
8383
8484
### Example 1: Send a Hello World message in a channel
8585

api-reference/v1.0/api/chatmessage-post.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ If successful, this method returns a `201 Created` response code and a new [chat
7777
In the following examples, the URL can use the [HTTP syntax](#http-request) described to [send a message to a chat](chat-post-messages.md), [send a message to a channel](channel-post-messages.md), or [send reply to a channel](chatmessage-post-replies.md).
7878

7979
> [!NOTE]
80-
> - The Teams client has specific HTML restrictions. Therefore, the HTML elements supported by the Graph API will also be compatible with the Teams client. For example, certain elements like <div> and inline styles may not function as intended.
80+
> The Teams client has specific HTML restrictions. Therefore, the HTML elements supported by the Graph API will also be compatible with the Teams client. For example, certain elements like `<div>` and inline styles may not function as intended.
8181
8282
### Example 1: Send a Hello World message in a channel
8383

0 commit comments

Comments
 (0)