Merge pull request #4282 from ellisonbg/linebreaks

Enable automatic line breaks in MathJax.
pull/37/head
Matthias Bussonnier 12 years ago
commit fbbef5174a

@ -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();

Loading…
Cancel
Save