chore: made some changes

This commit is contained in:
wonderlandpark 2021-05-17 09:28:48 +09:00
parent 1ea4a7ea64
commit 7690e2d9d6

View File

@ -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',