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 is not recognized on VScdoe but working on Jupyter notebook #206453

Open
1 of 2 tasks
MRidokatz opened this issue Feb 22, 2024 · 1 comment
Open
1 of 2 tasks

Markdown is not recognized on VScdoe but working on Jupyter notebook #206453

MRidokatz opened this issue Feb 22, 2024 · 1 comment
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug markdown Markdown support issues upstream-issue-linked This is an upstream issue that has been reported upstream

Comments

@MRidokatz
Copy link

Applies To

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

What happened?

I am writing a markdown on VScode using the latest jupyter extension and receive an error message "Error: Expected node of symbol group type, but got node of type cr" (on ipynb)

This markdown works well on Jupyter lab/ notebook and fails only on VScode:
$$
V(S) = \left{\begin{array}\ f(S) + \lambda, & S \geq K_0 \
h(S) + \lambda, & S \leq K_0 \end{array}\right.
$$

Jupiter Notbook working correctly
VScode Markdown issue

code-server (1.83.1, product-team-sandbox.wsq.io, server-distro)
Jupyter Extension Version: 2023.9.100.
Python Extension Version: 2023.20.0.
Platform: linux (x64).
code-server: v4.18.0-r3
VScode: 1.83.1

VS Code Version

1.83.1

Jupyter Extension Version

2023.9.100

Jupyter logs

code-server (1.83.1, product-team-sandbox.wsq.io, server-distro)
Jupyter Extension Version: 2023.9.100.
Python Extension Version: 2023.20.0.
Platform: linux (x64).
Workspace folder /mnt/home0/wst/workspaces/user_details/default, Home = /home/wstcoredev
12:27:12.380 [info] Telemetry level is off
12:27:12.380 [info] Experiments are disabled, only manually opted experiments are active.
12:27:12.912 [info] Start refreshing Kernel Picker (1708604832912)
12:27:12.920 [info] Not using Pylance

Coding Language and Runtime Version

Python 3.9.5 and

Language Extension Version (if applicable)

Python Extension Version: 2023.20.0.

Anaconda Version (if applicable)

No response

Running Jupyter locally or remotely?

N/A or Not sure

@MRidokatz MRidokatz added the bug Issue identified by VS Code Team member as probable bug label Feb 22, 2024
@mjbvz
Copy link
Collaborator

mjbvz commented Feb 28, 2024

Upstream katex issue KaTeX/KaTeX#2172

@mjbvz mjbvz transferred this issue from microsoft/vscode-jupyter Feb 28, 2024
@mjbvz mjbvz added markdown Markdown support issues upstream-issue-linked This is an upstream issue that has been reported upstream labels Feb 28, 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 markdown Markdown support issues upstream-issue-linked This is an upstream issue that has been reported upstream
Projects
None yet
Development

No branches or pull requests

3 participants