isaul32 / ckeditor5-math

Math feature for CKEditor 5.
https://www.npmjs.com/package/ckeditor5-math
ISC License
79 stars 38 forks source link

Fix Ckeditor missing style css and error MathJax is not defined #146

Open chuvanhoang888 opened 1 month ago

chuvanhoang888 commented 1 month ago

image

I did npm run build and tested sample/index.html but my ckeditor form is missing css style and console shows ReferenceError: MathJax is not defined. Please help me fix it, thank you.

chuvanhoang888 commented 1 month ago
  1. Problem Error MathJax is not defined - I can manually add script tags to the head but I don't know if this is the right way.
    <script type="text/javascript" id="MathJax-script" src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js">