Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed to display alerts correctly #3

Open
electriquo opened this issue Dec 20, 2023 · 5 comments
Open

Failed to display alerts correctly #3

electriquo opened this issue Dec 20, 2023 · 5 comments

Comments

@electriquo
Copy link

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
Copy link
Author

@ByPikod Any idea how to fix?

@amildahl
Copy link

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

@electriquo
Copy link
Author

electriquo commented Jan 12, 2024

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

@amildahl
Copy link

amildahl commented Jan 30, 2024

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

@dserodio
Copy link

dserodio commented Mar 5, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants