Latex / MathML rendering broken in Math chapter
ah thx for pointing out -- I suspect it's a server setting / python issue... will investigate
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 :
"-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