Remove strict on KaTeX, change error.

This commit is contained in:
Paul
2021-07-31 11:04:31 +01:00
parent 719e5b4dd8
commit 463aa79356
4 changed files with 3 additions and 26 deletions

View File

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