Skip to content
New issue

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

MathJax 3.0+ does not support automatic line breaking currently #3

Open
queensferryme opened this issue Jul 27, 2020 · 2 comments
Open
Assignees
Labels
bug Something isn't working

Comments

@queensferryme
Copy link
Owner

http://docs.mathjax.org/en/latest/output/linebreaks.html

This feature could be used to break inline math formulas so that the content will not overflow on mobile devices.

@queensferryme
Copy link
Owner Author

Currently, a fixup (cc789be) is using scrollbar to prevent overflow.

.content .MathJax {
    overflow-x: auto;
    overflow-y: hidden;
}

However, this only works for block math. The automatic linebreak feature, which is not yet implemented in MathJax 3.0, could help prevent inline math from overflowing screen width.

Related issues: mathjax/MathJax#2312

Repository owner deleted a comment from Creedowl Jul 30, 2020
Repository owner deleted a comment from Creedowl Feb 25, 2021
@queensferryme queensferryme added the bug Something isn't working label Feb 25, 2021
@queensferryme
Copy link
Owner Author

Checked MathJax again today and still no news on automatic line break 🥲

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant