mirror of
https://github.com/koreanbots/core.git
synced 2025-12-16 14:30:22 +00:00
chore: made some changes
This commit is contained in:
parent
1ea4a7ea64
commit
7690e2d9d6
@ -15,7 +15,7 @@ const Markdown = ({ text, options={}, allowedTag=[], components={} }: MarkdownPr
|
|||||||
openLinksInNewWindow: true,
|
openLinksInNewWindow: true,
|
||||||
underline: true,
|
underline: true,
|
||||||
omitExtraWLInCodeBlocks: true,
|
omitExtraWLInCodeBlocks: true,
|
||||||
literalMidWordUnderscores: true,
|
// literalMidWordUnderscores: true,
|
||||||
simplifiedAutoLink: true,
|
simplifiedAutoLink: true,
|
||||||
tables: true,
|
tables: true,
|
||||||
strikethrough: true,
|
strikethrough: true,
|
||||||
@ -93,6 +93,7 @@ const Markdown = ({ text, options={}, allowedTag=[], components={} }: MarkdownPr
|
|||||||
'thead',
|
'thead',
|
||||||
'tr',
|
'tr',
|
||||||
'del',
|
'del',
|
||||||
|
'ins',
|
||||||
'img',
|
'img',
|
||||||
'svg',
|
'svg',
|
||||||
'path',
|
'path',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user