-
Notifications
You must be signed in to change notification settings - Fork 11
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
Implement mathJax #25
Comments
This was working in the commit that closed it. But now mathjax only recognizes things in index.html. |
I fixed this in b24c28e. (I made a mistake in the commit message and didn't close it via that). I have created a You should add a As the new directive will not detect changes in child scopes, you must add the There is probably a more efficient way to do this (I am pretty sure mathjax scans the whole page each time), however this works and doesn't seem to cause issues. Keep an eye out for bugs as I wouldn't be surprised if something has slipped through the net. |
Still an issue - can't get it to work consistently. I need to come back to this. |
FYI, the issue here is determining when |
I've sort of fixed this. about to commit. |
Not sure whether I've improved this or not. But it does basically what I want. However the text after the equation's don't show?. Not super important, but would be nice. See e6e9448 |
Implement mathJax for my math typesetting.
The text was updated successfully, but these errors were encountered: