Re-add GitHub-flavored MD

This commit is contained in:
Paul W. 2024-10-10 01:08:53 -04:00
parent 6198ca2a35
commit c2e1817567
Signed by: lambdapaul
GPG Key ID: 0D207B4EBC14B1BD

View File

@ -21,7 +21,7 @@ interface Notes {
function Markdown({ content }: any) { function Markdown({ content }: any) {
return <ReactMarkdown return <ReactMarkdown
remarkPlugins={[remarkGithubAdmonitionsToDirectives, remarkDirective]} remarkPlugins={[remarkGithubAdmonitionsToDirectives, remarkDirective, remarkGfm]}
rehypePlugins={[rehypeRaw]} rehypePlugins={[rehypeRaw]}
components={{ components={{
code({ node, className, children, ...props }) { code({ node, className, children, ...props }) {