CKEditor MathJax fail to load on localhost -


i want use ckeditor via mathjax when use script file on localhost :

<script type="text/javascript" src="~/scripts/mathjax.js"></script> 

i following errors:

https://localhost:44303/scripts/extensions/mathmenu.js?rev=2.6.0  https://localhost:44303/scripts/extensions/mathzoom.js?rev=2.6.0  

but if use mathjax cdn reference this:

    <script type="text/javascript" src="https://cdn.mathjax.org/mathjax/latest/mathjax.js?config=tex-ams-mml_htmlormml"></script> 

everything works well.

how can fixed first case?

update: don't apply config that.


Comments