From 7690e2d9d6c2ac17f8f9efcc68ee709df7b88fda Mon Sep 17 00:00:00 2001 From: wonderlandpark Date: Mon, 17 May 2021 09:28:48 +0900 Subject: [PATCH] chore: made some changes --- components/Markdown.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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',