You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've tried to produce a test.ipynb file for this, but it formats correctly.
In VS Code (v 1.83.1), notebook.ipynb, I have the following markdown:
# bugs and features-~~add TWIC RSS news feed?~~-~~sent email query~~
- ~~YES!~~- pgn summary: add link to OB Entry (in new tab?)
- pgn analysis=>summary=>openings: use to filter games in games tab (checkboxes?)
but an extra line is getting added between the top list element and its child:
Yet, if I cut and paste this code into a separate .ipynb file, it looks okay:
Is notebook.ipynb treated specially by VS Code?
P.S.
If I copy and paste the markdown into a separate markdown cell, it formats correctly(!)
The text was updated successfully, but these errors were encountered:
Okay, I've isolated the problem, which is triggered by markup at the end of my list (not shown in my examples):
# bugs and features-~~add TWIC RSS news feed?~~-~~sent email query~~
- ~~YES!~~- pgn summary: add link to OB Entry (in new tab?)
- pgn analysis=>summary=>openings: use to filter games in games tab (checkboxes?)
- test item
Note the line between the first list elements and the last. This causes the rendering to be malformed:
Hi @JeffML, this repo is intended for the Jupyter Notebook application, but if you have found a bug that is only present in your rendering in Visual Studio Code the VSCode repo would be the best place to report it and receive feedback on it.
I've tried to produce a test.ipynb file for this, but it formats correctly.
In VS Code (v 1.83.1), notebook.ipynb, I have the following markdown:
but an extra line is getting added between the top list element and its child:
Yet, if I cut and paste this code into a separate .ipynb file, it looks okay:
Is notebook.ipynb treated specially by VS Code?
P.S.
If I copy and paste the markdown into a separate markdown cell, it formats correctly(!)
The text was updated successfully, but these errors were encountered: