vscode-markdown-languageservice
vscode-markdown-languageservice copied to clipboard
No link definition found for brackets in math
Type: Bug
- Create a markdown file with the folowing content:
Assume the interval $[0,1]$.
- Ensure that validation and math are enabled:
{
"markdown.validate.enabled": true,
"markdown.math.enabled": true
}
The warning No link definition found link.no-such-reference appears.
Since the brackets are enclosed in a math environment, it is not a link; the built-in preview renders it correctly as brackets.
VS Code version: Code 1.90.1 (611f9bfce64f25108829dd295f54a6894e87339d, 2024-06-11T21:02:43.666Z) OS version: Linux x64 5.15.0-102-generic Modes:
System Info
| Item | Value |
|---|---|
| CPUs | AMD Ryzen 5 3500U with Radeon Vega Mobile Gfx (8 x 2392) |
| GPU Status | 2d_canvas: enabled canvas_oop_rasterization: disabled_off direct_rendering_display_compositor: disabled_off_ok gpu_compositing: enabled multiple_raster_threads: enabled_on opengl: enabled_on rasterization: enabled raw_draw: disabled_off_ok skia_graphite: disabled_off video_decode: enabled video_encode: disabled_software vulkan: disabled_off webgl: enabled webgl2: enabled webgpu: disabled_off |
| Load (avg) | 2, 1, 1 |
| Memory (System) | 5.72GB (2.70GB free) |
| Process Argv | |
| Screen Reader | no |
| VM | 0% |
| DESKTOP_SESSION | cinnamon |
| XDG_CURRENT_DESKTOP | X-Cinnamon |
| XDG_SESSION_DESKTOP | cinnamon |
| XDG_SESSION_TYPE | x11 |