Merge pull request #1685 from gnestor/content-mathml

Add MathJax support for Content MathML
pull/1695/head
Kyle Kelley 10 years ago committed by GitHub
commit 85d7cfba22

@ -17,6 +17,9 @@ define([
processEscapes: true,
processEnvironments: true
},
MathML: {
extensions: ['content-mathml.js']
},
// Center justify equations in code and markdown cells. Elsewhere
// we use CSS to left justify single line equations in code cells.
displayAlign: 'center',

Loading…
Cancel
Save