From 33fdb5cce46ef91b663f7fb57df4b69282bc82c3 Mon Sep 17 00:00:00 2001 From: Grant Nestor Date: Tue, 16 Aug 2016 10:32:47 -0700 Subject: [PATCH] Add MathJax support for Content MathML --- notebook/static/notebook/js/mathjaxutils.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/notebook/static/notebook/js/mathjaxutils.js b/notebook/static/notebook/js/mathjaxutils.js index 3260040496..eff0ef0582 100644 --- a/notebook/static/notebook/js/mathjaxutils.js +++ b/notebook/static/notebook/js/mathjaxutils.js @@ -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',