-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rendering only after page refresh #18
Comments
An example of this beahviour can be seen here: http://drosophila.me/c62393ee6a96f1dfd1ebb72782515ae2 |
I've solved this by adding the following at the end of the file: <script type="text/javascript">
if (window.MathJax) {
MathJax.Hub.Queue(
["Typeset",MathJax.Hub]
);
}
</script> |
+1 |
What does this script do? Please explain. Thanks |
OK, I found explanation on https://docs.mathjax.org/en/v1.0/typeset.html |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The Mathjax code is rendered only after I refresh the page. What could be the issue?
The text was updated successfully, but these errors were encountered: