Preview will appear here as you type...
npx shadcn@latest add http://localhost:3001/r/markdown-editor.jsonimport { MarkdownEditor } from "@/components/markdown-editor"const [markdown, setMarkdown] = useState("")]<MarkdownEditor initialValue={markdown} onChange={setMarkdown} />