mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-07 01:15:28 +00:00
Remove strict on KaTeX, change error.
This commit is contained in:
@@ -67,6 +67,8 @@ export const md: MarkdownIt = MarkdownIt({
|
||||
throwOnError: false,
|
||||
maxExpand: 0,
|
||||
maxSize: 10,
|
||||
strict: false,
|
||||
errorColor: "var(--error)",
|
||||
});
|
||||
|
||||
// TODO: global.d.ts file for defining globals
|
||||
|
||||
Reference in New Issue
Block a user