vscode-markdown-alert icon indicating copy to clipboard operation
vscode-markdown-alert copied to clipboard

Failed to display alerts correctly

Open electriquo opened this issue 2 years ago • 5 comments

The extension fails to display the Alert markdown extension correctly. For instance, given

> [!IMPORTANT]
> - **Foo**: _bar_ baz

It should look like

[!IMPORTANT]

  • Foo: bar baz

But the extension fails to display it correctly.

electriquo avatar Dec 20 '23 18:12 electriquo

@ByPikod Any idea how to fix?

electriquo avatar Dec 29 '23 14:12 electriquo

@electriquo If you have other Markdown extensions enabled, they are likely impacting it. I had the same issue (this plugin not working) and after disabling all other Markdown plugins and reloading VS Code, this extension is working as expected.

amildahl avatar Jan 10 '24 18:01 amildahl

@amildahl then it does not really work if when it works without any other extensions being installed.

electriquo avatar Jan 12 '24 14:01 electriquo

@electriquo I wasn't suggesting that. I was offering a workaround until this gets fixed (and, if/when the maintainer or another developer comes along, more data on why it might not be working for you/us)

amildahl avatar Jan 30 '24 15:01 amildahl

Not working for me either. I also have other Markdown extensions installed (Markdown Preview Github Styling and GitHub Markdown Preview)

dserodio avatar Mar 05 '24 22:03 dserodio