MathJax-single-file
MathJax-single-file copied to clipboard
No such file or directory, '...node_modules\mathjax\unpacked\MathJax.js\...'
Your regexp at main.js:1041 has 2 mistakes:
- it relies on that directory separator is '/' (so it fails under windows)
- it has a dot symbol unescaped in 'MathJax.js' (so it actually matches any symbol)
Thanks for the report.