update dependencies, fix birthDate error outline

This commit is contained in:
Amruth Pillai
2023-07-27 19:42:25 +02:00
parent 9c76999945
commit 06fee1696e
8 changed files with 657 additions and 688 deletions

View File

@ -15,9 +15,9 @@ const Markdown: React.FC<Props> = ({ className, children }) => {
return (
<ReactMarkdown
rehypePlugins={[rehypeKatex]}
className={clsx('markdown', className)}
remarkPlugins={[remarkGfm, remarkMath]}
rehypePlugins={[rehypeKatex]}
>
{children}
</ReactMarkdown>