Skip to content

Commit d70613e

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

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
@@ -108,7 +108,7 @@ export default function App() {
108108

109109
## Formatting Markdown
110110

111-
LLMs typically respond with markdown. The `<AIConversation>` component does not have built-in markdown rendering, but does allow for you to pass in your own markdown renderer. This also lets you customize how the markdown is rendered with things like code syntax highlighting.
111+
LLMs can respond with markdown. The `<AIConversation>` component does not have built-in markdown rendering, but does allow for you to pass in your own markdown renderer.
112112

113113
```tsx
114114
import ReactMarkdown from 'react-markdown';

0 commit comments

Comments
 (0)