Open loggerhead opened 8 years ago
The original MathJax source is not fast in China, maybe provide an option to replace it wound be help, like the following code:
if key == 'source': try: typeVal = isinstance(value, basestring) except NameError: typeVal = isinstance(value, str) if not typeVal: continue mathjax_settings[key] = "'".join(["", value.strip('\'"'), ""])
Hi
Apologies for taking so long to reply to this. I have been away. I will look into this over the weekend and provide more feedback.
Thank you very much for doing this.
The original MathJax source is not fast in China, maybe provide an option to replace it wound be help, like the following code: