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

Inline mode is not working with vs code 1.54 #108

Closed
chisuikafuku opened this issue Mar 26, 2021 · 4 comments
Closed

Inline mode is not working with vs code 1.54 #108

chisuikafuku opened this issue Mar 26, 2021 · 4 comments

Comments

@chisuikafuku
Copy link

Hi,

I noticed this problem :

  • Since vs code february update (1.54.3), inline mode is not working. For example the following:
$1 +1 = 2$ is true.

does not format and still stay raw in preview mode.

  • When downgrading to vs code 1.53.2, everything is working well.
  • I tried both on Mac and windows.
@josealeixopc
Copy link

josealeixopc commented Apr 12, 2021

I am also having a similar issue. In VS Code 1.55.0, I am also experiencing some equations not being translated in the preview. More specifically:

  1. When I open a new VS Code window with an .md containing equations and preview enabled, everything works fine.
  2. I change to another tab with another .md file, which also changes the preview.
  3. I come back to the original file and some equations are now raw.

I'm unsure if this is a VS Code problem or a problem from some dependency.

EDIT: Downgrading to VS Code 1.53.2, I verified that the problem is no longer there. Has there been some update to the preview mechanism?

@dominicwhite
Copy link

Having a similar issue with inline equations not rendering in Preview if they are inside an HTML table.

However my inline equations do render fine if they are elsewhere (e.g. part of a regular paragraph, or even inside a Markdown table).

E.g. the top table here is markdown, the second is HTML:
image

I am using VS Code 1.54.3. I have not tried downgrading.

@d0rf3n
Copy link

d0rf3n commented Apr 22, 2021

Still broken in 1.55, no highlighting of anything, also no autocompletions.

Since last commit is almost a year ago, I don't know of the chance of this getting updated?

Perhaps set as deprecated / remove if not actively being fixed. Thanks!

@goessner
Copy link
Owner

goessner commented Jun 2, 2021

Can't reproduce ... everything seems to work ok with mdmath 2.6.

@goessner goessner closed this as completed Jun 7, 2021
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

5 participants