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

Markdown rendering of double supscripts in .ipynb file differs from .md file on github/nbviewer #1017

Open
isalykke opened this issue Aug 25, 2022 · 0 comments

Comments

@isalykke
Copy link

Describe the bug

  1. When I render a double subscript in an .md file (like here), it looks correct, like this:
    TabN2Ostald

  2. When I do the same in a markdown block in an .ipynb file, it does not render correctly on github/nbviewer:
    image

See the file here: https://github.com/segesdk/SAF_dokumentation/blob/main/N2O_Stald_Lager.ipynb

  1. Sidenote: the rendering of the .ipynb file in VS code is also correct:
    image

To Reproduce
Type in this code - the last < /sub > is not rendered correctly (see 2. above)
image

Expected behavior

I expect 2. to look like 1.

Desktop (please complete the following information):

  • OS: Windows 10
  • Browser Edge
  • Version 103.0.1264.77

Additional context
I have also reported the issue here: jupyter/notebook#6503

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