I checked all related posts in the forum, but I am not able to figure this out.
My dynamic pages will have math related content with symbols; for which I plan to use the ‘MathJax Javascript Display Engine’
Now, in their documentation here , they’ve provided the script for integration.
<script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script> <script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
I placed it in the Advanced Tracking Tools but it doesn’t work. Is it supposed to be added in the page code itself or as HTML embed component? I tried both page code and embed code but it didn’t work for my site. This is the instruction on that page: “If you write your own HTML (directly or via a template/theme engine), you can include MathJax by adding this snippet to your page.”
I would really appreciate if you can help me with this. This might not be directly related to Corvid functionalities, but in a way related to Wix Code.