-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Description
I used this in version 2 to find out that mathjsx has finished rendering
window.MathJax.Hub.Register.StartupHook('End', function () { // some Write code });
What should I do now in version 4?
I also used those convert tools, it says:
Version 3 uses promises rather than signals and queues
window.MathJax.Hub.Register.StartupHook('End', function () {
});
I did not understand what to do