We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94301bb commit 48d4d44Copy full SHA for 48d4d44
packages/mathjax3-extension/src/index.ts
@@ -33,7 +33,7 @@ mathjax.handlers.register(SafeHandler(new HTMLHandler(browserAdaptor())));
33
34
// Override dynamically generated fonts in favor
35
// of our font css that is picked up by webpack.
36
-class emptyFont extends TeXFont { }
+class emptyFont extends TeXFont {}
37
(emptyFont as any).defaultFonts = {};
38
39
/**
@@ -81,7 +81,7 @@ export class MathJax3Typesetter implements ILatexTypesetter {
81
md.outputJax.options.scale = scale;
82
md.rerender();
83
},
84
- label: (args) =>
+ label: (args) =>
85
'Mathjax Scale ' + (args['scale'] ? `x${args['scale']}` : 'Reset'),
86
});
87
}
0 commit comments