MathJax icon indicating copy to clipboard operation
MathJax copied to clipboard

line breaking in fast preview

Open fardina opened this issue 7 years ago • 2 comments

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.

fardina avatar Dec 09 '18 11:12 fardina

Line-breking is not supported in the PreviewHTML output.

pkra avatar Dec 09 '18 19:12 pkra

MathJax v3 no longer includes a PreviewHTML renderer, so closing this.

dpvc avatar Mar 11 '22 16:03 dpvc