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