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

displaymath equations not converted in certain cases #1891

Open
petrelharp opened this issue Oct 26, 2022 · 0 comments
Open

displaymath equations not converted in certain cases #1891

petrelharp opened this issue Oct 26, 2022 · 0 comments

Comments

@petrelharp
Copy link

petrelharp commented Oct 26, 2022

Sometimes displaymath equations (ie. ones in $$ ... $$ aren't properly converted on html output by nbconvert. Here's an example.
This block:

the function
$$
    f(u)
    =
    u
$$

produces
Screenshot from 2022-10-26 13-37-11
However, this same cell is displayed in the notebook as
Screenshot from 2022-10-26 13-46-47

This is likely the same bug as is reported at least at the end of #404, but it's not clear it's the same as the initial bug, so I'm filing a new one.

Changing the code so that the opening $$ are not on a line by themselves
fixes the problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant