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
math ...
If you have a long equation in a ``` math ... ``` block then the result will overflow the parent div:
If you just use inline math `` ... `` then it wraps OK, although doesn't look quite as nice generally:
I don't know what the preferable solution is here, but I feel like overflow should be avoided
The text was updated successfully, but these errors were encountered:
I don't really see any other way out of this other than introducing a scrollbar if the equation is too wide?
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
If you have a long equation in a ``` math ... ``` block then the result will overflow the parent div:
If you just use inline math `` ... `` then it wraps OK, although doesn't look quite as nice generally:
I don't know what the preferable solution is here, but I feel like overflow should be avoided
The text was updated successfully, but these errors were encountered: