##// END OF EJS Templates
Merge pull request #4282 from ellisonbg/linebreaks...
Matthias Bussonnier -
r12816:ae736449 merge
parent child Browse files
Show More
@@ -27,7 +27,8 b' IPython.mathjaxutils = (function (IPython) {'
27 },
27 },
28 displayAlign: 'left', // Change this to 'center' to center equations.
28 displayAlign: 'left', // Change this to 'center' to center equations.
29 "HTML-CSS": {
29 "HTML-CSS": {
30 styles: {'.MathJax_Display': {"margin": 0}}
30 styles: {'.MathJax_Display': {"margin": 0}},
31 linebreaks: { automatic: true }
31 }
32 }
32 });
33 });
33 MathJax.Hub.Configured();
34 MathJax.Hub.Configured();
General Comments 0
You need to be logged in to leave comments. Login now