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
Copy file name to clipboardexpand all lines: CHANGELOG.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@
9
9
- Added a new optional `contentWrapper` property to [`Message`](https://react-chatbotify.com/docs/concepts/conversations#message) component, targeting niche use cases where additional parsing/rendering of strings for a message are required before it is wrapped in a chat message bubble
10
10
11
11
**Note:**
12
-
The addition of the niche property `contentWrapper` is not typical - in general, we avoid niche implementations in the core library. In this case however, it provides an elegant solution for supporting plugins that need to render messages in specific formats (e.g. markdown).
12
+
The addition of the niche property `contentWrapper` is not typical - in general, we avoid niche implementations in the core library. In this case however, it provides an elegant solution for supporting plugins that need to render messages in specific formats. For example, the newly published [**Markdown Renderer**](https://www.npmjs.com/package/@rcb-plugins/markdown-renderer) uses this new property.
0 commit comments