Search for a command to run...
Preview will appear here as you type...
import { MarkdownEditor } from "@/components/markdown-editor"
const [markdown, setMarkdown] = useState("")]
<MarkdownEditor initialValue={markdown} onChange={setMarkdown} />