|
@@ -56,7 +56,7 @@ export const MathJax3 = () => {
|
|
let revealOptions = deck.getConfig().mathjax3 || {};
|
|
let revealOptions = deck.getConfig().mathjax3 || {};
|
|
let options = {...defaultOptions, ...revealOptions};
|
|
let options = {...defaultOptions, ...revealOptions};
|
|
options.tex = {...defaultOptions.tex, ...revealOptions.tex}
|
|
options.tex = {...defaultOptions.tex, ...revealOptions.tex}
|
|
- options.options = {...options.options, ...defaultOptions.options}
|
|
|
|
|
|
+ options.options = {...defaultOptions.options, ...revealOptions.options}
|
|
options.startup = {...defaultOptions.startup, ...revealOptions.startup}
|
|
options.startup = {...defaultOptions.startup, ...revealOptions.startup}
|
|
|
|
|
|
let url = options.mathjax || 'https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js';
|
|
let url = options.mathjax || 'https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js';
|