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

Long math ... overflows the div #1470

Closed
friggog opened this issue Nov 10, 2020 · 1 comment · Fixed by #1476
Closed

Long math ... overflows the div #1470

friggog opened this issue Nov 10, 2020 · 1 comment · Fixed by #1476
Labels
Format: HTML Related to the default HTML output Type: Bug
Milestone

Comments

@friggog
Copy link
Contributor

friggog commented Nov 10, 2020

If you have a long equation in a ``` math ... ``` block then the result will overflow the parent div:

image

If you just use inline math `` ... `` then it wraps OK, although doesn't look quite as nice generally:

image

I don't know what the preferable solution is here, but I feel like overflow should be avoided

@mortenpi mortenpi added Format: HTML Related to the default HTML output Type: Bug labels Nov 10, 2020
@mortenpi
Copy link
Member

I don't really see any other way out of this other than introducing a scrollbar if the equation is too wide?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Format: HTML Related to the default HTML output Type: Bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants