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