Does the chat control support rendering messages that are in Markdown format? For Example:
**James Smith**
- Department: Development
- Role: Senior Developer
This should show James Smith in bold. If the chat control does not support this can you suggest any approaches to achive this?
Thanks,
Euan
1 Answer, 1 is accepted
0
Martin
Telerik team
answered on 06 Feb 2025, 08:24 AM
Hello, Euan,
Out of the box, the Chat renders the messages either as text or HTML. If you wish to render a markdown message, you can follow the approach in this How-To article to render a markdown converted to HTML via Kendo template.