Re-add GitHub-flavored MD

This commit is contained in:
Paul W. 2024-10-10 01:08:53 -04:00
parent e7220f8ae7
commit ba52847b76

View File

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