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',