The README.md says:
Don't forget to include <script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.2/MathJax.js?config=TeX-AMS_HTML"></script>.
It is not clear where I should put this. In a simple web page, that would be clear, but Vue changes the structure significantly. I have tried to put it in vue components where it is being used, or in the index.js page, or in the App.vue page, without any luck.
The only way I can get this to work, ever, is on the Codepen page, because it has an area where I can include external dependencies.
An example on the readme would be hugely helpful.
The README.md says:
It is not clear where I should put this. In a simple web page, that would be clear, but Vue changes the structure significantly. I have tried to put it in vue components where it is being used, or in the index.js page, or in the App.vue page, without any luck.
The only way I can get this to work, ever, is on the Codepen page, because it has an area where I can include external dependencies.
An example on the readme would be hugely helpful.