-
Notifications
You must be signed in to change notification settings - Fork 99
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
[main.js] add missing checks for htmlNode #289
Conversation
* improve selectors * update tests part of #289
Ah! And I'm guessing Line 687 in f1946b2
css as well so that typesetting happens with CHTML and the styles get generated, right?
|
No, the styles are obtained just by loading the output jax, and that always happens. So you don't need to typeset using CHTML to get that. (I haven't tested that, but I'm pretty sure that's true.) |
I've tested it and it fails for me, see #292. I think we should merge this and deal with the other issue separately. |
Since the fix for |
In the interest of concise commits, can I go ahead and merge? |
OK, sure. |
Fixes #288