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

Inline equations rendered as text instead of images #479

Closed
nalimilan opened this issue May 6, 2017 · 5 comments
Closed

Inline equations rendered as text instead of images #479

nalimilan opened this issue May 6, 2017 · 5 comments
Milestone

Comments

@nalimilan
Copy link
Contributor

Both in the Documenter manual and when building the Julia manual locally, inlined equations are rendered as text instead of images. See this example in the previous link:

Here's some inline maths: ``\sqrt[n]{1 + x + x^2 + \ldots}``.
which will be displayed as
Here's some inline maths: $\sqrt[n]{1 + x + x^2 + \ldots}$.

This seems to be a recent regression.

@KristofferC
Copy link
Member

For me it depends on the browser used. On my phone it renders fine for example.

@nalimilan
Copy link
Contributor Author

Interesting. Which kind of phone? The equation is rendered as text on Firefox, GNOME Web (WebKit) and Safari (iPhone) here.

@mortenpi
Copy link
Member

mortenpi commented May 6, 2017

I have a hunch that this is related to the CDN shutting down (#473) and the redirect they have set up. A build with a direct cdnjs URL seems to work fine.

So this should also be fixed by #468, once that gets merged and tagged.

@mortenpi
Copy link
Member

mortenpi commented May 7, 2017

Fixed by #468. There will be a patch release shortly.

@mortenpi mortenpi closed this as completed May 7, 2017
@nalimilan
Copy link
Contributor Author

Great, thanks!

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

No branches or pull requests

3 participants