diff --git a/components/Markdown.tsx b/components/Markdown.tsx index 019a3ca..1b086e7 100644 --- a/components/Markdown.tsx +++ b/components/Markdown.tsx @@ -15,7 +15,7 @@ const Markdown = ({ text, options={}, allowedTag=[], components={} }: MarkdownPr openLinksInNewWindow: true, underline: true, omitExtraWLInCodeBlocks: true, - literalMidWordUnderscores: true, + // literalMidWordUnderscores: true, simplifiedAutoLink: true, tables: true, strikethrough: true, @@ -93,6 +93,7 @@ const Markdown = ({ text, options={}, allowedTag=[], components={} }: MarkdownPr 'thead', 'tr', 'del', + 'ins', 'img', 'svg', 'path',