We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tested with firefox and chrome, using the latest mathjax from the cdn.
Config:
MathJax.Hub.Config({ "HTML-CSS": { linebreaks: { automatic: true }, width: 'container' }, SVG: { linebreaks: { automatic: true } } });
Examples
<div class='test' style='max-width: 220px; background: #aaa;'> <math display='inline' indentalign='left' xmlns='http://www.w3.org/1998/Math/MathML'> <mn>8.484301322621956</mn> <mo>+</mo> <mn>-9.96326680337424</mn> <mo>+</mo> <mn>0.5776307876254698</mn> <mo>+</mo> <mn>0.7560610719077764</mn> <mo>+</mo> <mn>19.07127127805585</mn> </math> </div>
<table> <tr> <td> <div class='test' style='max-width: 220px; background: #aaa;'> <math display='inline' indentalign='left' xmlns='http://www.w3.org/1998/Math/MathML'> <mn>8.484301322621956</mn> <mo>+</mo> <mn>-9.96326680337424</mn> <mo>+</mo> <mn>0.5776307876254698</mn> <mo>+</mo> <mn>0.7560610719077764</mn> <mo>+</mo> <mn>19.07127127805585</mn> </math> </div> </td> </tr> </table>
<table> <tr> <td> <div class='test' style='max-width: 220px; background: #aaa;'> Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor <math display='inline' indentalign='left' xmlns='http://www.w3.org/1998/Math/MathML'> <mn>8.484301322621956</mn> <mo>+</mo> <mn>-9.96326680337424</mn> <mo>+</mo> <mn>0.5776307876254698</mn> <mo>+</mo> <mn>0.7560610719077764</mn> <mo>+</mo> <mn>19.07127127805585</mn> </math> </div> </td> </tr> </table>
The text was updated successfully, but these errors were encountered:
MathJax's detection of the line width in your case 2 is returning a value that is way too small. I'll have to check into it further.
Sorry, something went wrong.
No branches or pull requests
Tested with firefox and chrome, using the latest mathjax from the cdn.
Config:
MathJax.Hub.Config({
"HTML-CSS": { linebreaks: { automatic: true }, width: 'container' },
SVG: { linebreaks: { automatic: true } }
});
Examples
The text was updated successfully, but these errors were encountered: