import { Markdown } from "@/components/markdown" import { Bubble, BubbleContent } from "@/styles/base-rhea/ui/bubble" import { Message, MessageContent } from "@/styles/base-rhea/ui/message" const response = `Here's how to render markdown in a message: 1. Render assistant text through **Markdown**. 2. Keep user messages as plain text. 3. Use a \`ghost\` bubble so the response is unframed. ` export function MessageMarkdownDemo() { return (