Into a .md file in vscode. Right-click and open the preview. Unfortunately, vscode and github.com disagree on the rendering.
See the `github.com` output below:
$$\tilde{{x}}\_{ijk} = \frac{x\_{ijk} - \mu}{\sigma}$$
$$\tilde{{x}}_{ijk} = \frac{x_{ijk} - \mu}{\sigma}$$
As you can see, `github.com` gets only the first expression right. Vscode only the second. It seems not possible presently to write one version for both systems. In March, `github.com` did not yet need the escape slash to render the second expression correctly. Currently, I am teaching a course with github-classroom and vscode. I would like to provide markdown files for the course explaining what should be done. Ideally, students can read rendered versions locally within `vscode` and on github.com.
I have also reported the issue here:
https://github.com/github/markup/issues/1709
First of all, I would like to thank you for the great work you do. I rely on both vscode and github.com every day to do my job!
Does this issue occur when all extensions are disabled?: Yes
Version: 1.81.0
Steps to Reproduce:
$$\tilde{{x}}{ijk} = \frac{x{ijk} - \mu}{\sigma}$$