You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The plugin expects a globalReveal variable with methods like layout(), which I believe is not the case since the introduction of the new instancializable API.
If reveal.js was initialized with new new Reveal(...) , MathJax3 will fail with error TypeError: Reveal.layout is not a function or alike.