-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
--mathjax
inserts broken URL to CDN
#2200
Comments
That's intentional, though we might want to revisit it. This form of URL will adapt either http: or https:, depending on the So, using this, you get an HTML page that will look for mathjax on See The workaround is simple, you can provide your own URL with +++ Kurt Pfeifle [Jun 01 15 00:37 ]:
|
For others arriving here, a fix is to pass the mathjax URL explicitly, via
|
On Mon, Jun 1, 2015 at 10:35 AM, John MacFarlane notifications@github.com wrote:
Yes, please! :-)
My use case when preparing HTML slides is usually (99% of all, I guess) to
Sure. But just using |
Why is it that the Is it due to a current Pandoc bug or limitation? Or is it a bug or "feature" of MathJax? The MathJax website claims:
If I cannot use MathJax with For the presentation to work with |
+++ Kurt Pfeifle [Jun 21 15 17:51 ]:
It's because MathJax loads some javascript stuff dynamically (calling
It's a simple matter to clone the mathjax repository in a local
It should be documented that |
On Sat, Jun 27, 2015 at 1:07 AM, John MacFarlane notifications@github.com +++ Kurt Pfeifle [Jun 21 15 17:51 ]:
But you are not always allowed to use your own notebook for a presentation
This IS documented (in recent versions), but I was asking for an |
This should be fixed now. |
I've tried to insert a math formula into a RevealJS slide show. The inserted URL is incorrect. It is missing the
http:
(or should it behttps:
) part:Short test case:
Tested with version 1.14.0.2 (cabal-installed).
The text was updated successfully, but these errors were encountered: