Skip to content

Commit

Permalink
Updated the URL for MathJax to point to a CDN, as the mathjax.org sit…
Browse files Browse the repository at this point in the history
…e is

shuttind down their support for downloads.  Addresses issue #41
  • Loading branch information
Heaton committed Jul 6, 2017
1 parent 8feff20 commit 11eab3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/option.es6
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import _ from 'underscore'
export const DEFAULT_OPTS = {
engine: 'mathjax',
mathjax: {
src: "//cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML",
src: "https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js",
config: {
tex2jax: {
inlineMath: [ ['$','$'], ["\\(","\\)"] ],
Expand Down

0 comments on commit 11eab3f

Please sign in to comment.