I am experimenting with the JavaFX WebView control and I want to use the MathJax Javascript library to render mathematical content.
WebView
As a test I have cre
Add the MathJax.js file to the same package/folder of Page.html then reference to it as
<script type="text/javascript" src="MathJax.js?config=TeX-AMS-MML_HTMLorMML"> </script>