diff --git a/IPython/html/static/notebook/js/mathjaxutils.js b/IPython/html/static/notebook/js/mathjaxutils.js
index 016f76e4f..e35887dfe 100644
--- a/IPython/html/static/notebook/js/mathjaxutils.js
+++ b/IPython/html/static/notebook/js/mathjaxutils.js
@@ -27,7 +27,8 @@ IPython.mathjaxutils = (function (IPython) {
},
displayAlign: 'left', // Change this to 'center' to center equations.
"HTML-CSS": {
- styles: {'.MathJax_Display': {"margin": 0}}
+ styles: {'.MathJax_Display': {"margin": 0}},
+ linebreaks: { automatic: true }
}
});
MathJax.Hub.Configured();