Skip to content

Commit

Permalink
fix(latex): remove invalid component
Browse files Browse the repository at this point in the history
  • Loading branch information
noftaly committed Nov 11, 2023
1 parent 018089e commit c04f9d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/General/latex.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,13 @@ function findError(node: any, attribute: string): string | null {

@ApplyOptions<HorizonCommand.Options>(config)
export class LatexCommand extends HorizonCommand<typeof config> {
// 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',
Expand Down

0 comments on commit c04f9d3

Please sign in to comment.