Page history
12 March 2019
Remove debugging statements.
-90
Fix mistakes.
+57
Fix syntax error.
+1
See if MathJax can typeset detached elements.
-427
Wait for MathJax before typesetting.
+197
Get element from $content.
-54
Debugging $content.
+57
Use MutationObserver to detect when $content is added to the DOM.
-39
Don't use $content as there are errors in MathJax using it (TypeError: c.nodeName is undefined).
+5
Wait for $content to be added to page.
+132
Use $content as #wikiPreview is not available when hook is fired.
+3
Wait for MathJax; debugging.
+276
Actually call callback to render MathJax.
+10
Using $content doesn't seem to work.
-3
Enable MathJax typesetting on edit preview pages.
+230