mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-27 04:20:22 +08:00
Enable automatic line breaks in MathJax.
This commit is contained in:
parent
418b44ccff
commit
3ef9498d2f
@ -27,7 +27,8 @@ IPython.mathjaxutils = (function (IPython) {
|
|||||||
},
|
},
|
||||||
displayAlign: 'left', // Change this to 'center' to center equations.
|
displayAlign: 'left', // Change this to 'center' to center equations.
|
||||||
"HTML-CSS": {
|
"HTML-CSS": {
|
||||||
styles: {'.MathJax_Display': {"margin": 0}}
|
styles: {'.MathJax_Display': {"margin": 0}},
|
||||||
|
linebreaks: { automatic: true }
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
MathJax.Hub.Configured();
|
MathJax.Hub.Configured();
|
||||||
|
Loading…
Reference in New Issue
Block a user