ByPikod/vscode-markdown-alert

Failed to display alerts correctly

Opened this issue · 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.

@ByPikod Any idea how to fix?

@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 then it does not really work if when it works without any other extensions being installed.

@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)

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