MathJax
MathJax copied to clipboard
line breaking in fast preview
When Mathjax is rendering the math, there is a fast preview before complete mathjax output which is not getting line break for long expressions. I tried adding
MathJax.Hub.Config({
PreviewHTML: {
linebreaks: {automatic : true}
}
});
to my configuration but it doesn't work. Any help will be appreciated.
Line-breking is not supported in the PreviewHTML output.
MathJax v3 no longer includes a PreviewHTML renderer, so closing this.