We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
in particular, it doesn't support enough mathjax to support inference rules, or elements marked as math class.
math
the ultimate reason comes from https://github.com/ocaml-sf/learn-ocaml/tree/master/static/js/mathjax/jax/input
which does not include the tex.js script:
tex.js
https://github.com/mathjax/MathJax/tree/master/es5/input
why just copy a partial mathjax? can we get this fixed?
The text was updated successfully, but these errors were encountered:
fix(mathjax): Update to version 3.2 to support more MathJax features
aa2673b
* Upgrading MathJax from 2.7 to 3.2 ensures better compatibility. Fixes ocaml-sf#365
8ad40f3
* Upgrading MathJax from 2.7 to 3.2 ensures better compatibility. Source: https://github.com/mathjax/MathJax/releases/tag/3.2.2 MathJax is distributed under the Apache License, Version 2.0 Fixes ocaml-sf#365
fix(tutorial): support MathJax syntax parsing
e5379d0
Fix ocaml-sf#365
MNassimM
Successfully merging a pull request may close this issue.
in particular, it doesn't support enough mathjax to support inference rules, or elements marked as
math
class.the ultimate reason comes from https://github.com/ocaml-sf/learn-ocaml/tree/master/static/js/mathjax/jax/input
which does not include the
tex.js
script:https://github.com/mathjax/MathJax/tree/master/es5/input
why just copy a partial mathjax? can we get this fixed?
The text was updated successfully, but these errors were encountered: