-
Notifications
You must be signed in to change notification settings - Fork 482
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
Scroll overflow for long equations #1476
Conversation
This works great for KaTeX but not for MathJax. I think it should be enough to apply a class on the Documenter.jl/src/Writers/HTMLWriter.jl Line 1637 in ef9a562
and then apply the |
@mortenpi good point, I think this should now work for all packages. The margin fix is a bit hacky but it seems like the easiest way to get clean layouts |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks for iterating on this @friggog!
I'll just note here that it looks like MathJax doesn't actually break inline equations like KaTeX does. But I don't think there's much we can do about it here.
(cherry picked from commit 5498315)
Resolves #1470