-
Notifications
You must be signed in to change notification settings - Fork 68
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
Using local matjax script #5
Comments
I'm using webpack, so actually I'm more interested in importing MathJax script from node_modules for example. Is it possible? |
Have you found any solution? |
Simply pass your local url as source:
|
Ok I'll try this and will let you know. Currently I'm using old way of using Mathjax. I compile code and attach Mathjax with index.html |
Any updates of how this worked out? In testing this locally, I'm currently receiving a
with the same error for the Any example projects/code of doing this would be greatly appreciated 👍 |
@ByronBecker I ran into that problem before. Simply add
inside your index.html under public folder. Then, inside mathjax.config, you can import extensions using ["extensions"]/XXX.js. Or in this case, you can do someting like ["extensions"]/MathJax.js Inside any extensions, make sure you have |
Hello, is it possible to use local matjax script? from file system, without network request?
The text was updated successfully, but these errors were encountered: