import ReactMarkdown from 'react-markdown'; export default function DocViewer({ content }) { if (!content) { return (