zyedidia / Literate

A literate programming tool for any language
https://zyedidia.github.io/literate/
Other
663 stars 45 forks source link

Change supported links from http to https #39

Closed rpendleton closed 5 years ago

rpendleton commented 5 years ago

As it is currently implemented, katex is being added to weaved documents using http:// instead of https://. This results in a mixed content error when documents are served over https, causing katex to not load at all.

This PR changes the katex script and stylesheets to https, along with a few other links in the documentation that are now served over https.