-
Notifications
You must be signed in to change notification settings - Fork 5.1k
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
markdown equation rendering is suppressed if preceded by fenced code block #7106
Labels
Comments
Thank you for opening this issue @stevengj. Would you be able to try this in Notebook 7 to see if you encounter this issue? |
@stevengj this is what it looks like with Notebook 7.0.6 (the latest release at the moment): |
Ok, great, it's fixed in the latest version? In that case I guess this issue can be closed? |
Closing because this is fixed in Notebook 7. Thanks for your help, @stevengj ! |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The following issue was reported in JuliaLang/IJulia.jl#1096, but is also reproducible with the Python kernel, so it seems to be an issue of the Jupyter notebook front end.
Basically, under some circumstances the rendering of LaTeX equations in Markdown text is suppressed if the text is preceded by a fenced code block. A minimal reproducer is:
which is rendered in my Jupyter (6.5.4) notebook as follows, without LaTeX math formatting:
If I simply remove the fenced code block from the beginning of the Markdown string, then the equation renders correctly:
The text was updated successfully, but these errors were encountered: