Remove strict on KaTeX, change error.

This commit is contained in:
Paul
2021-07-31 11:04:31 +01:00
parent 6750812916
commit c9296ee99f
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