Skip to content

Markdown All In One breaks Math block syntax highlighting #1008

Closed
@bhuynhdev

Description

Problem

After I installed the "Markdown all in one" extension in VsCode, the enclosing highlighting of math block is not working correctly any more. Removing the extension and the highlighting works again, so I figured I would make an issue here.

image

As seen in the image, the "$$" signs at the end of the Math block is understood as something different. Therefore, subsequent markdown is not highlighted correctly, even though they are rendered correctly.

Other features of Markdown All in one still works, including Latex autocomplete/Intellisense inside the math block.

Configuration

No other extension (such as Markdown+math) were installed. I tried turning off the "math.enabled" option, but it didn't resolve the issue. Assigning the value to true also did not resolve the issue.

"markdown.extension.math.enabled": false

Environment

Lubuntu 20.04
Markdown all in one 3.4.0 (should be the newest version because I just installed it through VsCode Market 5 min ago)
VsCode 1.60.0

Diagnostic data

There seems to be nothing in the Debug Console

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions