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
to repro:
Load the math chapter
\(\mathbb{Z}/12\mathbb{Z}\)) should display as rendered MathML
\(\mathbb{Z}/12\mathbb{Z}\))
The text was updated successfully, but these errors were encountered:
ah thx for pointing out -- I suspect it's a server setting / python issue... will investigate
Sorry, something went wrong.
it may be because of mathjax cdn shutdown, the src attribute of the script tag points to the old cdn
if it's the reason, a simple replacement with : https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js may solve this issue.
the pandoc's manual suggests an URL can be specified to the --mathjax option, so the replacement could be on this line :
--mathjax
"-s", "-p", "--mathjax=https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML",
it's maybe an ugly hack but works locally where the replacement script doesn't work neither online nor locally
No branches or pull requests
to repro:
Load the math chapter
\(\mathbb{Z}/12\mathbb{Z}\))
should display as rendered MathMLThe text was updated successfully, but these errors were encountered: