You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The docs have been very helpful in learning how to customize the chat interface. One area I have struggled to find information on is styling the output of the markdown renderer. For example, if a chat response includes the markdown
The [deep-chat](https://deepchat.dev/) library is great because:
- it is customizable
- full featured
- and has great documentation
is there any way to control the styling of the anchor tag, list, etc?
The text was updated successfully, but these errors were encountered:
The styling of the markdown is controlled by the remarkable library, hence the styling of the resultant markup can't really be changed.
We plan to add support for the ability to add your own configuration for remarkable in the near future, however the styling changes that this would achieve is limited.
The only other way that the result can be changed is by defining your own markup via the html property in the MessageContent object.
@OvidijusParsiunas Thanks for the context! Not sure that the web-component's internal classnames are really intended to be part of the public API, but I ended up inserting a stylesheet into the shadow dom:
Thanks for this great library!
The docs have been very helpful in learning how to customize the chat interface. One area I have struggled to find information on is styling the output of the markdown renderer. For example, if a chat response includes the markdown
is there any way to control the styling of the anchor tag, list, etc?
The text was updated successfully, but these errors were encountered: