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

in MathJax, Latex, Double \underbrace{}_{} doesn't work #2513

Closed
ManeraKai opened this issue Dec 26, 2024 · 1 comment
Closed

in MathJax, Latex, Double \underbrace{}_{} doesn't work #2513

ManeraKai opened this issue Dec 26, 2024 · 1 comment
Labels
C-bug Category: A bug, incorrect or unintended behavior

Comments

@ManeraKai
Copy link

ManeraKai commented Dec 26, 2024

Problem

Works:

$$ \underbrace{x+y}_{z} $$

Doesn't work:

$$ \underbrace{x+y}_{z} + \underbrace{x+y}_{z} $$

Also doesn't work:

\\( \underbrace{x+y}_{z} + \underbrace{x+y}_{z} \\)

Steps

No response

Possible Solution(s)

No response

Notes

I tried this on MathJax's web demo, it works fine over there.

Version

mdbook v0.4.43
@ManeraKai ManeraKai added the C-bug Category: A bug, incorrect or unintended behavior label Dec 26, 2024
@ehuss
Copy link
Contributor

ehuss commented Dec 31, 2024

Thanks for the report! You need to escape the underscores because otherwise they are being interpreted as markdown italics.

@ehuss ehuss closed this as completed Dec 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug Category: A bug, incorrect or unintended behavior
Projects
None yet
Development

No branches or pull requests

2 participants