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 tables are not rendering as expected #16043

Open
1 of 2 tasks
cobey opened this issue Sep 13, 2024 · 0 comments
Open
1 of 2 tasks

Markdown tables are not rendering as expected #16043

cobey opened this issue Sep 13, 2024 · 0 comments
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug triage-needed Issue needs to be triaged

Comments

@cobey
Copy link

cobey commented Sep 13, 2024

Applies To

  • Notebooks (.ipynb files)
  • Interactive Window and/or Cell Scripts (.py files with #%% markers)

What happened?

Steps to Reproduce Issue

  1. Create a new ipynb in VS Code
  2. Create a new markdown cell
  3. Add the following table to the markdown cell
| Hey   | Hello | Hi    |      |
| ----- | ----- | ----- | ---- |
| Hello | Hi    | Hey   |      |
| Hi    | Hey   | Hello |      |
  1. "Execute" cell

Expected Results

The table renders as a markdown table

Actual Results

Empty cell

VS Code Version

1.94.0

Jupyter Extension Version

2024.8.1

Jupyter logs

Visual Studio Code - Insiders (1.94.0-insider, undefined, desktop)
Jupyter Extension Version: 2024.8.1.
Python Extension Version: 2024.15.2024091301.
Pylance Extension Version: 2024.9.100.
Platform: win32 (x64).
Temp Storage folder ~\AppData\Roaming\Code - Insiders\User\globalStorage\ms-toolsai.jupyter\version-2024.8.1
No workspace folder opened.

Coding Language and Runtime Version

Python 3.12.6

Language Extension Version (if applicable)

2024.15.2024091301

Anaconda Version (if applicable)

No response

Running Jupyter locally or remotely?

Local

@cobey cobey added the bug Issue identified by VS Code Team member as probable bug label Sep 13, 2024
@vs-code-engineering vs-code-engineering bot added the triage-needed Issue needs to be triaged label Sep 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issue identified by VS Code Team member as probable bug triage-needed Issue needs to be triaged
Projects
None yet
Development

No branches or pull requests

2 participants