nuxtlabs / vscode-mdc

Provides syntax highlighting and colon matching for MDC (Markdown Components) files for Nuxt Content.
https://marketplace.visualstudio.com/items?itemName=Nuxt.mdc
MIT License
64 stars 2 forks source link

Syntax highlighting for markdown links disappeared #30

Closed leosin closed 11 months ago

leosin commented 1 year ago

image Before using mdc, I can identify whether the link is correct through the default syntax highlighting of vscode

image After enabling mdc, the links in brackets cannot be highlighted, so I can't quickly check whether the links are correct in many texts.

Is there any way to fix it?