Skip to content

Commit

Permalink
Update src/pages/[platform]/ai/conversation/ai-conversation/index.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: Ian Saultz <[email protected]>
  • Loading branch information
dbanksdesign and atierian authored Nov 21, 2024
1 parent f0a6e60 commit d70613e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ export default function App() {

## Formatting Markdown

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

```tsx
import ReactMarkdown from 'react-markdown';
Expand Down

0 comments on commit d70613e

Please sign in to comment.