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,
|
||||
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',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user