Alan Isaac
2016-02-21 16:58:59 UTC
If I request MathJax output from rst2html,
it is included as an http request.
This means the content won't display (by default)
in browsers that care about mixed content if the
page is securely served. (Examples: FireFox, Edge.)
As I understand it, MathJax recommends using https:
http://mathjax.readthedocs.org/en/latest/misc/faq.html#how-do-i-access-the-mathjax-cdn-using-a-https-secure-connection
Can this be changed in the source (rather than
relying on user configuration)?
I am grateful for the configuration option, but it seems
the default is wrong?
Thanks,
Alan Isaac
PS I am confused about why the documentation
http://docutils.sourceforge.net/docs/user/config.html#math-output
reads::
math-output: MathJax file:/usr/share/javascript/mathjax/MathJax.js
instead of::
--math-output="MathJax file:/usr/share/javascript/mathjax/MathJax.js"
In my experience, the quotes are essential for this to work.
------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140
_______________________________________________
Docutils-users mailing list
Docutils-***@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/docutils-users
Please use "Reply All" to reply to the list.
it is included as an http request.
This means the content won't display (by default)
in browsers that care about mixed content if the
page is securely served. (Examples: FireFox, Edge.)
As I understand it, MathJax recommends using https:
http://mathjax.readthedocs.org/en/latest/misc/faq.html#how-do-i-access-the-mathjax-cdn-using-a-https-secure-connection
Can this be changed in the source (rather than
relying on user configuration)?
I am grateful for the configuration option, but it seems
the default is wrong?
Thanks,
Alan Isaac
PS I am confused about why the documentation
http://docutils.sourceforge.net/docs/user/config.html#math-output
reads::
math-output: MathJax file:/usr/share/javascript/mathjax/MathJax.js
instead of::
--math-output="MathJax file:/usr/share/javascript/mathjax/MathJax.js"
In my experience, the quotes are essential for this to work.
------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140
_______________________________________________
Docutils-users mailing list
Docutils-***@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/docutils-users
Please use "Reply All" to reply to the list.