-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Description
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('\'"'), ""])Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels