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.
The text was updated successfully, but these errors were encountered:
The plugin expects a global
Reveal
variable with methods likelayout()
, 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 errorTypeError: Reveal.layout is not a function
or alike.The text was updated successfully, but these errors were encountered: