-
Notifications
You must be signed in to change notification settings - Fork 50
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
Not actively maintained? #72
Comments
It would be great if Svelte 4 could be added. |
This library works perfectly with Svelte 4. To work around the current peer dependency, add this in your "overrides": {
"svelte-markdown": {
"svelte": "^4.0.0"
}
}, |
Just opened a new pr #73 to upgrade to svelte 4 |
#73 should reduce the size of the package. It also includes Vitest integration for a much faster testing experience. |
Thanks @nwaughachukwuma! The latest version (0.4.0 which was released last week) resolves this issue. |
@pablo-abc, is this project still actively maintained?
The text was updated successfully, but these errors were encountered: