Skip to content

Commit e2a9ed5

Browse files
Update src/pages/[platform]/ai/conversation/ai-conversation/index.mdx
Co-authored-by: Ian Saultz <[email protected]>
1 parent d70613e commit e2a9ed5

File tree

1 file changed

+1
-1
lines changed
  • src/pages/[platform]/ai/conversation/ai-conversation

1 file changed

+1
-1
lines changed

src/pages/[platform]/ai/conversation/ai-conversation/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ import ReactMarkdown from 'react-markdown';
120120
/>
121121
```
122122

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`.
124124

125125
```tsx
126126
import ReactMarkdown from 'react-markdown';

0 commit comments

Comments
 (0)