import { Components } from 'react-markdown' export const markdownComponents: Partial = { a: ({ href, children, ...props }) => ( {children} ), }