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: src/pages/[platform]/ai/conversation/ai-conversation/index.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -120,7 +120,7 @@ import ReactMarkdown from 'react-markdown';
120
120
/>
121
121
```
122
122
123
-
Using ReactMarkdown with the `messageRenderer`prop also allows you to add any markdown customizations you'd like to use. For example you can add code syntax highlighting
123
+
The `messageRenderer`property lets you customize how markdown is rendered within the chat according to your application's needs. The example below demonstrates how to add code syntax highlighting by using `ReactMarkdown` with `rehypeHighlight`.
0 commit comments