chatscope / chat-ui-kit-react

Build your own chat UI with React components in few minutes. Chat UI Kit from chatscope is an open source UI toolkit for developing web chat applications.
https://chatscope.io
MIT License
1.34k stars 116 forks source link

Using Markdown syntax for messages #158

Open ZaMeR12 opened 2 months ago

ZaMeR12 commented 2 months ago

Hi, in a futur project i want to use markdown syntax in a chat app with this library. I see a possible way to add it to the message component with the Message.CustomContent component, but i not see a way to modify the renderer of the MessageInput component to make it fit with markdown preview or something similar. (i want something with similar looking like the message input as discord did). Otherwise i will need to create a full custom input message responsive. That will help me to save time on the development to have this kind of solution instead.