vscode icon indicating copy to clipboard operation
vscode copied to clipboard

alt text support for Learn Markdown image format

Open dcurwin opened this issue 7 months ago • 3 comments

I see that the latest version of VS Code has a new alt-text feature:

https://code.visualstudio.com/updates/v1_100#_generate-alt-text-in-html-or-markdown

But it only works for default Markdown image formats:

![alt text for image](../images/Introduction.png)

not the Learn Markdown format that we generally use at Learn:

:::image type="content" source="<folderPath>" alt-text="<alt text>":::

Can that support be added?

dcurwin avatar May 12 '25 05:05 dcurwin