Skip to content
New issue

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

Allow change source for MathJax #28

Open
loggerhead opened this issue Jan 29, 2016 · 1 comment
Open

Allow change source for MathJax #28

loggerhead opened this issue Jan 29, 2016 · 1 comment

Comments

@loggerhead
Copy link

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('\'"'), ""])
@barrysteyn
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants