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

Unordered list format issue #7133

Closed
JeffML opened this issue Oct 29, 2023 · 2 comments
Closed

Unordered list format issue #7133

JeffML opened this issue Oct 29, 2023 · 2 comments
Labels
bug status:Needs Triage Applied to issues that need triage

Comments

@JeffML
Copy link

JeffML commented Oct 29, 2023

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:

image

Yet, if I cut and paste this code into a separate .ipynb file, it looks okay:

image

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(!)

@JeffML JeffML added bug status:Needs Triage Applied to issues that need triage labels Oct 29, 2023
@JeffML
Copy link
Author

JeffML commented Oct 29, 2023

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:

image

@RRosio
Copy link
Collaborator

RRosio commented Oct 31, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug status:Needs Triage Applied to issues that need triage
Projects
None yet
Development

No branches or pull requests

2 participants