You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RokeJulianLockhart
changed the title
Consume Markdown syntax highlighting extensions.
Consume Markdown (syntax highlighting and rendering) extensions.
Dec 13, 2024
Context
The native VS Code Markdown previewer supports extensions adding syntax highlighting to the editor and previewer. An example is
marketplace.visualstudio.com/items?itemName=nico-castell.linux-desktop-file
.Problem
This extension doesn't appear to support these:
Syntax highlighting doesn't appear for
desktop
code blocks.As an explicitly
~~~desktop
syntax-highlighted code block in a.Markdown
file:As a
.desktop
file:Although the syntax highlighting appears for
mermaid
code blocks, they do not render:Reproduction
code-1.95.3-1731513157.el8.x86_64
.marketplace.visualstudio.com/_apis/public/gallery/publishers/searKing/vsextensions/preview-vscode/2.3.14/vspackage
.Install
marketplace.visualstudio.com/_apis/public/gallery/publishers/nico-castell/vsextensions/linux-desktop-file/0.0.21/vspackage
.Create a
.Markdown
editor tab.Add the undermentioned:
marketplace.visualstudio.com/_apis/public/gallery/publishers/bpruitt-goddard/vsextensions/mermaid-markdown-syntax-highlighting/1.7.0/vspackage
.Create a
.Markdown
editor tab.Add the undermentioned:
Solution
Support them.
Environment
Extension
VS Code
#!/usr/bin/env sh rpm -qa code
#!/usr/bin/env sh dnf info --refresh code-1.96.4-1736991167.el8.x86_64
The text was updated successfully, but these errors were encountered: