import { CSS, render } from "$gfm"; export default function MarkdownContent({ mdData }: { mdData: string }) { return (