I've been playing with getting Frog to work with MathJax 3. As best I can tell currently this requires two changes:
- The
math-jax widget needs a way of not asking for a configuration as this seems not to be the approved way to do it in MathJax 3
- markdown (so, not Frog) needs to generate different output for maths, and in particular the
<script type="math/tex">...</script> thing seems not to work now.
The markdown change seems to be backward-compatible.
I have made changes which seem to make all this work, which in due course I could submit a pull requests for.
Is this something that would be interesting? If so I'll do some work on it in due course to make the changes cleaner & submit pull requests. If not just close this issue!
I've been playing with getting Frog to work with MathJax 3. As best I can tell currently this requires two changes:
math-jaxwidget needs a way of not asking for a configuration as this seems not to be the approved way to do it in MathJax 3<script type="math/tex">...</script>thing seems not to work now.The markdown change seems to be backward-compatible.
I have made changes which seem to make all this work, which in due course I could submit a pull requests for.
Is this something that would be interesting? If so I'll do some work on it in due course to make the changes cleaner & submit pull requests. If not just close this issue!