qjebbs / vscode-markdown-extended

Extended syntaxes to built-in markdown & What you see is what you get exporter.
MIT License
123 stars 25 forks source link

Admonitions Fail to Display #120

Closed jmanthony3 closed 2 years ago

jmanthony3 commented 2 years ago

Issue Type: Bug

After performing VS Code update this morning, none of the Markdown admonitions display properly within my Markdown notes for classes.

Extension version: 1.0.19 VS Code version: Code 1.62.0 (b3318bc0524af3d74034b8bb8a64df0ccf35549a, 2021-11-03T15:23:01.379Z) OS version: Windows_NT x64 10.0.19042 Restricted Mode: No

System Info |Item|Value| |---|---| |CPUs|Intel(R) Core(TM) i7-7820HQ CPU @ 2.90GHz (8 x 2904)| |GPU Status|2d_canvas: enabled
gpu_compositing: enabled
multiple_raster_threads: enabled_on
oop_rasterization: enabled
opengl: enabled_on
rasterization: enabled
skia_renderer: enabled_on
video_decode: enabled
vulkan: disabled_off
webgl: enabled
webgl2: enabled| |Load (avg)|undefined| |Memory (System)|15.88GB (4.40GB free)| |Process Argv|--crash-reporter-id d17dcf09-a9c2-4505-9b94-904b43e5d3ee| |Screen Reader|no| |VM|0%|
Mutantpenguin commented 2 years ago

Can confirm. Doesn't work with 1.62.

Mutantpenguin commented 2 years ago

Would love to help debug this but have no experience with TypeScript nor VSCode extensions.

Any pointers for me where to start?

derfl007 commented 2 years ago

For me they render fine in Markdown Preview Enhanced but not in the internal preview nor when exporting the file to PDF. I'm also on vscode 1.62.2 with Markdown Extended v1.0.19

jmanthony3 commented 2 years ago

Can confirm that Markdown Preview Enhanced preview renders admonitions.

alkisg commented 2 years ago

I'm also affected by this, thank you all for reporting it and filing the PR.