shadcn/ui
Markdown
Allow the assistant to display rich text using markdown.
Markdown support is already included by default in the Thread
component.
Enabling markdown support
Add markdown-text
This adds a /components/assistant-ui/markdown-text.tsx
file to your project, which you can adjust as needed.
Use it in your application
Pass the MarkdownText
component to the MessagePrimitive.Content
component