Closed pcd444 closed 1 year ago
Duplicate of microsoft/vscode#91279
I don't belive this is a duplicate of the linked issue. The linked issue seems to be about the syntax highlighting of code snippets in the preview. This issue is that the syntax highlighting of the markdown code in the markdown editor is different from how the markdown is interpreted by the preview. In the raw MD code
ab\ | cd |
---|---|
ef\\\\| | gh |
The series of slashes \\\\ are all highlighted orange. This implies that it should end up as 2 plaintext slashes in render. But when you look at the preview there is only one slash and somehow the table divide character "|" has been escaped.
This falls under #125. We don't parse tables at all right now
Closing in favor of that issue
Does this issue occur when all extensions are disabled?: Yes/No
Steps to Reproduce:
highlighting preview
As you can see the highlighting makes it seem like there should be two raw backslash characters, but in the preview there is only one and one of the vertical slash characters has been escaped. I don't know which is right but they should agree.
Also other md renderers do it a different way.