From fdc9d0ad066ea89078eef908e015e806358da6e0 Mon Sep 17 00:00:00 2001 From: Elliot Maisl Date: Sat, 11 Nov 2023 11:19:03 +0100 Subject: [PATCH] fix(latex): remove invalid component --- src/commands/General/latex.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/General/latex.ts b/src/commands/General/latex.ts index 286873a..990e57a 100644 --- a/src/commands/General/latex.ts +++ b/src/commands/General/latex.ts @@ -49,13 +49,13 @@ function findError(node: any, attribute: string): string | null { @ApplyOptions(config) export class LatexCommand extends HorizonCommand { + // TODO: move to top-level await when supported // eslint-disable-next-line @typescript-eslint/no-explicit-any private readonly _mathJax: any = initMathJax({ loader: { load: [ 'input/tex', 'output/svg', - '[tex]/ams', '[tex]/color', '[tex]/mathtools', '[tex]/physics',