Skip to content

Commit

Permalink
Update to mathjax 2.6-latest [2.12.x backport]
Browse files Browse the repository at this point in the history
This fixes the vertical bar problem on Chrome 
(mathjax/MathJax#1300);
  • Loading branch information
adriaanm committed Nov 29, 2016
1 parent 57290a1 commit 76183a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/_layouts/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
}
});
</script>
<script type="text/javascript" src="//cdn.mathjax.org/mathjax/2.3-latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
<script type="text/javascript" src="//cdn.mathjax.org/mathjax/2.6-latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
<script src="//code.jquery.com/jquery-2.1.3.min.js"></script>
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.2/styles/default.min.css">
<!-- need to use include to see value of page.chapter variable -->
Expand Down

0 comments on commit 76183a2

Please sign in to comment.