When posting rich text content through ConnectApi.ChatterFeeds.postFeedElement, any hyperlinks

included in the message body are correctly displayed in Chatter. However, when the same content is sent as an email notification, the anchor tags appear as raw HTML instead of rendering as clickable links.
For example, in Chatter, the message appears correctly as:
LINK (Clicking redirects to the intended URL)
But in email notifications, it appears as attached :
This makes the email unreadable and causes formatting issues.
When posting rich text content through ConnectApi.ChatterFeeds.postFeedElement, any hyperlinks
included in the message body are correctly displayed in Chatter. However, when the same content is sent as an email notification, the anchor tags appear as raw HTML instead of rendering as clickable links.
For example, in Chatter, the message appears correctly as:
LINK (Clicking redirects to the intended URL)
But in email notifications, it appears as attached :
This makes the email unreadable and causes formatting issues.