import markdownStyles from "./markdown-styles.module.css"; type Props = { content: string; }; const PostBody = ({ content }: Props) => { return (