Re-add GitHub-flavored MD
This commit is contained in:
		@@ -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 }) {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user